[
Lists Home |
Date Index |
Thread Index
]
When you create your parser, pass a new instance of
XMLGrammarCachingConfiguration. This works with xerces 2.4 up at
least..
Christian
> I have a situation where I'm parsing many instances of a document conforming to a given schema.
> I was planning on reusing the same SAXParser instance to parse
> each document on the assumption that setting up the parser for each
> document might add overhead to the overall operation.
|