Hi, deloptes <[email protected]> writes:
> The only problem seem to be that the library is based on the xerces 2.8 > version The C++/Parser mapping that you are trying to use can either use Xerces-C++ (both 2 and 3-series) or Expat as the underlying XML parser (add '--xml-parser expat' for the latter). XSD/e does not have any external dependencies. If you have any further questions/problems with either of these tools, please send them to the corresponding mailing list[1] (you can post without subscribing) instead of Xerces-C++ mailing list since here they are off-topic. [1] http://www.codesynthesis.com/support/ Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Compiler-based ORM system for C++ http://codesynthesis.com/products/odb Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde
