Well, the title is the question. I want to validate XML files against an XML Schema, and I need a tool for that purpose. In fact I have multiple .xsd files, therefore online tools won't really work.

Operating system: Anything Unix, OS X

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I wrote one in Java for my own use - Java has XML parsing libraries that validate against XSD.

However, see http://stackoverflow.com/questions/124865/xml-schema-xsd-validation-tool

xmllint may be suitable, It may well be already present in a Linux system.

link|improve this answer
Oh, thanks - sorry for the duplicate question. xmllint is there and it does the job quite well. – slhck Mar 8 '11 at 11:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.