Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[XML/Ada] New exception XML_Not_Implemented

Wednesday March 24, 2010

A new exception is raised when using a schema (.xsd) validator, and the schema uses features that are not supported by XML/Ada. Unsupported features are: xsd:key elements, IDREF and IDREFS types, various forms of regexps, and redefine. It is also possible to explicitly disable support for some features to make sure the subset of Schema you use is fully supported by XML/Ada and passes all relevant tests of the W3C testsuite The W3C committee has reviewed the status of some of their schema tests since their last release. Support was added to use this latest version. See the README file for information on the setup.

 

Posted by Posted in Development Log, XML/Ada