Hi John, John Snelson <[EMAIL PROTECTED]> writes:
> I've written a stand-alone SAX-like schema validator for XQilla that > uses the Xerces-C schema validation code. It was hard work, since the > schema validator is tied quite closely to the scanner. You can see the > code here: > > [...] > > If you want to attempt the work, I'd be happy to help out in any way I can. The only drawback of decoupling validation from parsing is the potential hit in performance. Have you done any benchmarks on this code to compare it to Xerces-C++ SAX with schema validation enabled? 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
