On Mon, Mar 12, 2012 at 8:38 PM, Andy Davidson wrote: > Hi > > I am able to use to xmllint to validate an xml file against a xsd file. > > $ xmllint --noout zoo.xml --schema zoo.xsd > zoo.xml validates > > Any idea how I can validate the actual xsd file? I have a large set of xsd > files. I want to create a shell script that makes it easy to check the set is > valid
There is an XSD schema for XSD: http://www.w3.org/2001/XMLSchema.xsd You can download it and use it as the --schema argument to xmllint. Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
