What is valid xml document? What a well formed xml document?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between xml and sql?
What is difference between xml and xslt?
What is the relationship between xml namespaces and the xml 1.0 recommendation?
Why do we use vlookup?
Does chrome have an rss reader?
Can an application be both namespace-aware and namespace-unaware?
How do I find rss feeds?
What is xml syntax?
How do I get my rss feed?
Do rss feeds help seo?
What is the best rss reader for mac?
What are xml technologies?
clarify relationships of xslt with xsl
What is xml word?
Which is a language for finding information in an xml document?