I found no fancy graphical xml validator on OS X, but this isn’t a problem.
OS X includes libxml which comes with xmllint.
To validate a xml file against a schema:
xmllint --noout --schema sitemap.xsd sitemap.xml
I found no fancy graphical xml validator on OS X, but this isn’t a problem.
OS X includes libxml which comes with xmllint.
To validate a xml file against a schema:
xmllint --noout --schema sitemap.xsd sitemap.xml
Post a Comment