The xml file conforming to syntax or grammar rules is called
Answers
Answered by
0
The xml file conforming to syntax or grammar rules is called Well-formed document.
An XML report is called all well-formed if it fulfills certain tenets, indicated by The W3C.
These principles are:
- An all-around shaped XML report must have a comparing end tag for the majority of its beginning labels. Settling of components inside one another in a XML record must be appropriate. For instance, <tutorial><topic>XML</topic></tutorial> is a right method for settling yet <tutorial><topic>XML</tutorial></topic> isn't.
- In every component two qualities must not have a similar esteem. For instance, <tutorial id=""""001""""><topic>XML</topic></tutorial> is right, but <tutorial id=""""001"""" id=""""w3r""""><topic>XML</topic></tutorial> is mistaken.
- Markup characters must be appropriately determined. For instance, <tutorial id=""""001""""><topic>XML</topic></tutorial> is correct, not <tutorial id=""""001"""" id=""""w3r""""><topic>XML</topic></tutorial>.
An XML archive can contain just a single root component.
Along these lines, the root component of an xml record is a component which is available just once in an xml report and it doesn't show up as a kid component inside some other component.
Similar questions