What is valid xml document? What a well formed xml document?
Answers were Sorted based on User's Feedback
Answer / ashwini
A valid XML document is the one which conforms to all the
rules stated in its associated DTD or a schema as well as
it is well formed.
A well formed XML document fullfills the following
conditions:
1. All opened tags are closed.
2. Tags are properly nested
3. Attribute values are enclosed in double quotes.
4. Tags follow proper casing. Opening tag & its
corresponding closing tag must be written in the same way.
e.g. <NAME>ABC</NAME> is well formed. Whereas
<NAME>ABC</Name> is not well-formed.
| Is This Answer Correct ? | 31 Yes | 4 No |
Answer / sarankumarreddy.c
If XML is confirming to DTD rules then it's a valid XML.
If a XML document is conforming to XML rules (all tags
started are closed,there is a root element etc)then it's a
well formed XML.
| Is This Answer Correct ? | 12 Yes | 4 No |
What is XSLT stylesheet?
Where is my rss feed?
What is xpointer in xml?
What are the ways to create a tree view control using XML, XSL & JavaScript?
How do I open xml files in pdf?
Define xlink and xpointer?
Does chrome have an rss reader?
What is xpath and xquery?
What are the different formatting objects in xsl-fo are categorized into?
In xml how can the user create code which contains content that would be ignored by the parser?
How you define template in XSLT?
How do I link xml to xsd?