what is the structure of xml document ?
Answer / Ravi Kumar Mainwal
An XML document consists of a series of nested elements, each containing an optional tag (start-tag, end-tag, or empty-element tag), element content which can be other elements, character data, or comments, and attributes defined within the start-tag. The root element is the outermost container for all other elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why XML has been used for development?
What is XML DOM?
What are the special characters used in XML?
What is SAX in XML?
What are the disadvantages of XML?
What is a markup language?
Can I replace HTML with XML?
What is XSNL?
What is CDATA?
What is an XML? Difference between HTML & XML?
Can we have empty XML tags?
What is a well formed XML document?