Subject:XSD validation with SAX parser Author:pasquale della capa Date:23 May 2005 05:34 AM
hi,
i've a problem: i have to validate a xml file against a schema using a sax parser...
i tried setting 2 properties to indicate the locatione of the schema and the language, but SaxNotRecognized exception are thrown...
how can i set the properties properly?
is there another way?
thank you
Subject:XSD validation with SAX parser Author:Tony Lavinio Date:23 May 2005 12:53 PM
You need to be way more specific. What platform are you using?
C++ or Java? Are you sure you need to do it with a SAX parser?
What do you have available - Saxon, Xerces, or something else?
Can you just use the validators built-in to Stylus Studio, or is
this a standalone project?