What is valid xml document? What a well formed xml document?

Answers were Sorted based on User's Feedback



What is valid xml document? What a well formed xml document?..

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

What is valid xml document? What a well formed xml document?..

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

Post New Answer

More XML XSLT RSS Interview Questions

Define element and attribute in an xml document.

0 Answers  


How do I convert an xml file to excel?

0 Answers  


Is wsdl and xsd same?

0 Answers  


Why xsl won’t replace css?

0 Answers  


If xml does not have closing tag will it work ?

0 Answers  






What is the difference between a podcast and a rss?

0 Answers  


How do I override a default xml namespace declaration?

0 Answers  


What are xml attributes?

0 Answers  


How do I open an xml file?

0 Answers  


What is dtd ( document type definition )?

0 Answers  


Is xml a nosql?

0 Answers  


Where is the xml tag in indesign?

0 Answers  


Categories