I've used both caching grammars in a grammarPool and XML Schema validation of in memory documents with DOM Level 3 'normalize', but I can't figure out how to combine these. I want to create a Web Service handler for Axis, that is initialized with a grammarPool, which is used to validate the request/response messages. By doing this the performance overhead of parsing the grammars are done only once, and it can be used as a 'cheap XML message firewall'.
The easiest way would be to add the grammarPool to the domConfiguration for the in memory document, but I've only found the 'schema-location' property. Thanks for any advice in advance. Brgds Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
