XML with correct syntax is Well Formed XML.
XML validated against a DTD is Valid XML
"Well Formed" XML documents
A "Well Formed" XML document has correct XML syntax.
A "Well Formed" XML document is a document that conforms to the XML syntax rules that were described in the previous characters:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>Rasik</to>
<from>Bapotra</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
May 6, 2009
0 XML Validation
Posted by raj on 1:36 AM
0 comments:
Post a Comment