Hi David, David Kelvin <[EMAIL PROTECTED]> writes:
> May I request a Xerces enhancements to provide access to all > attributes of the <xs:schema> element Most of the attributes mentioned in the spec are part of the grammar since they have effect on the grammar itself. Version is special because while it is defined in the spec, it is there for user convenience. But you can definitely request this enhancement. The best way to do this is to create a bug report in the bug tracker: http://issues.apache.org/jira/browse/XERCESC > I am not sure of the Xerces release schedule except that > V3.1.0 is supposed to be a year away. I would assume that if > this 'enhancement' is done before that, I can download/checkout > the updated source and create my own libraries with this feature > enabled. That's correct. In fact we welcome patches from the community so you can try to come up with a solution yourself ;-). Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
