Hi Khaled, Khaled Noaman <[email protected]> writes:
> Xerces-J 2.10 was just release and it included experimental support for > XML Schema 1.1. Are there any future plans to implement XML Schema 1.1 in > Xerces-C? I chatted with Alberto about this the other day. It seems before we make any major changes to the XML Schema processor in Xerces-C++, it would be wise to decouple the validators from XML scanners and make them just another "stage" in the pipeline. The current architecture is very hard to maintain and has a number of serious shortcomings (e.g., the fact that certain validation errors are detected only after the SAX events have been fired). Also, the XML Schema 1.1 spec is not yet a recommendation. I am not very familiar with the W3 process, but isn't it still a moving target? Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
