[xml] is my xsd file valid?

2012-03-12 Thread Andy Davidson
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

Re: [xml] is my xsd file valid?

2012-03-12 Thread Csaba Raduly
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