I recently had the need to validate an XML document against its schema, so I quickly threw together this application.
It includes the XSD document (schema) for the Google Sitemaps program.
To use:
1.
Download the application
2. Unzip the two files to a folder on your computer.
3. Run the application and change the XSD location to where the "sitemap.xsd" file is located.
4. Enter in the path of the XML document and click "Validate".
The application will return with a success message or a list of error messages.
Comments
Leave a Comment