Hi, David Bertoni <[EMAIL PROTECTED]> writes:
> Parser objects are not thread-safe, although the validation objects are. > You could write some code to make sure all parser objects use the same set > of schema validators by implementing your own XMLGrammarPool. Actually, there is a way to achieve the same without implementing own XMLGrammarPool. It is described here: http://marc.info/?l=xerces-c-users&m=119053289924010&w=2 Boris -- Boris Kolpackov, Code Synthesis Tools Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
