Hello, I am interested in a validating C++ XML parser which supports the following: 1) Relatively large DTD 2) Relatively short documents 3) Parsing speed is important 4) Application parses many documents simultaneously in a multi-thread program
To support the above, can Xerces allow the DTD to be "pre-parsed" at application startup, and then applied in parsing many documents in the same application execution? We have implemented the SP SGML parser currently, but it is not thread-safe, hence parsing must be serialized. Thanks for any help, Kirk Benson VP Technology BROKAT Infosystems