Write about well-formed and valid xml documents?



Write about well-formed and valid xml documents?..

Answer / Brajkishor Tiwari

A well-formed XML document is one that adheres to the syntax rules of XML, such as proper tag structure, properly nested tags, and a single root element. However, it does not necessarily mean the data within the document follows any specific structure or schema. A valid XML document, on the other hand, not only conforms to the syntax rules but also adheres to a specific schema (XML Schema Definition or DTD). This means that the data within the document is structured according to a predefined set of rules.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More XML XSLT RSS Interview Questions

How do I convert xml to excel?

1 Answers  


What is an xml instance?

1 Answers  


What is meant by xsd?

1 Answers  


Define xml signature?

1 Answers  


Does xml let me make up my own tags?

1 Answers  


What is xpath expression?

1 Answers  


How long does it take for rss feed to update?

1 Answers  


How do I find my rss feed url?

1 Answers  


What is xsl template match?

1 Answers  


How to use w3.org feed validation service?

1 Answers  


What is orm xml?

1 Answers  


How do I run an xslt file?

1 Answers  


Categories