[1680685 views]

[]

Odi's astoundingly incomplete notes

New entries | Code

XML schema validation

How to quickly validate some XML files against a schema with Cygwin:
xmllint --schema infomodel/MySchema.xsd --noout *.xml


posted on 2006-04-19 13:58 UTC in Code | 0 comments | permalink