How is xml structured?
Answer / Vivekanand Sharma
XML (Extensible Markup Language) follows a hierarchical structure composed of elements, which are denoted by tags. These tags consist of a start tag, data, and an end tag (except for self-closing tags that have no content). XML attributes provide additional information about the elements they modify. The root element encloses all other elements in the document.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I use xml?
What is the Difference between XmlDocument and XmlDataDocument?
What is an rss subscriber?
What is meant by xslt?
What is schemalocation in xml?
Is xml better than html?
What is xmlns in html?
Is xml is a programming language?
What are the limitations of dtd?
Why xsl is used in xml?
How would you build a search engine for large volumes of XML data?
Define the concept of XPOINTER.