On Tue, 5 Nov 2002, Joseph Kesselman wrote: > Simplest solution for now is to instantiate a SAX parser yourself, > configured to do Schema validation, wrap a SAXSource around it and pass > that to Xalan.
Thanks for the nudge in the right direction. I decided that the Validate sample was a good place to start. Add a couple lines and you have a DTD/Schema validator, right? Looking at the documentation, I'm unable to find how to configure the SAX parser to do Schema validation as suggested in the post. Is it a feature set on the XMLReader, or some flag set on the SAXParserFactory, or something completely different? -- Jonathan Blake
