Hi there, I am wondering if the following classes can be exported by default by the Xerces API:
SAXNotSupportedException SAXNotRecognizedException If so, when could it be done by, and when do you anticipate the next release of Xerces? Mind you, I could just change the implementation of Xerces, but I'd rather not have to go through the related maintenance issues if we have our own version of Xerces at the MathWorks. The reason I want these is so that I can create my own custom SAX 2 parsers and scanners that expose more schema information. The primary problem I am currently trying to work around, by creating my own parser and scanners is that namespaces for types associated to an XML Schema import is hidden. I need to be able to "switch" to the grammar for the imported schema file to get at all the namespace information. In the end I will basically copy the existing classes and add public accessor methods for the scanner and grammar resolvers. Regards, Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
