|
Validating your XML
To help you validate your xml, we have used The Microsoft's XML
parser to create an xml validator. Paste your xml in the text
area, and validate it by pressing the validate button
<?xml version="1.0" ?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</HEADING>
<body>Don't forget me this weekend!</body>
</note>
Validating your XML file
You can also validate your xml files, simply by typing the url
of your xml file and press the submit button
File Name: http://www.w3schools.com/dom/note_error.xml
If you want to validate an error free XML file you can paste
this address into the name field: http://www.w3schools.com/dom/cd_catalog.xml
NOTE: If you get an error message saying "Access denied" when
accessing this file, it is because your Internet Explorer
security setting do not allow access across domains.
|