Saved Bookmarks
| 1. |
A well-formed document must have a root element. Explain with the example |
|
Answer» XML DOCUMENT is defined in the XML specification as a well-formed XML document which also CONFORMS to the RULES of a Document Type Definition (DTD). ... In other words a well formed XML document does not need a DTD, but it MUST conform to the XML syntax rules. |
|