I have been looking for ways to store the schema definition in the executable. My way of doing this would be to store the schema file as a string compiled into the executable, create a schema validator from memory and then use the SAX2XMLReader.setValidator() method to use that validator.

Unfortunately, I was unable to instanciate the Schema validator. Is this possible in Xerces-C? Is there another way of achieving this?

Tallak

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to