validation - XML not validating? -
never worked xml before, how come isn't validating:
http://test.ipalaces.org/palnfo/template.xml
with w3schools error: object # has no method 'load'
you're using chrome, aren't you? xml fine; w3schools validator not.
consider using different online validator, or installing 1 locally. may find you've got basic 1 installed somewhere already, depending on os (xmllint came pre-installed on mac, example.)
incidentally, you're not "validating", technically, rather checking "well-formedness". validate you'd need dtd or xsd.
Comments
Post a Comment