Changes between Version 1 and Version 2 of XML
- Timestamp:
- Jul 25, 2011, 1:59:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XML
v1 v2 1 1 = XML Processor = 2 2 3 Matreshka's XML Processor module provides support to manipulate XML streams and documents. It consists from:3 Matreshka's XML Processor provides support to manipulate XML streams and documents in Ada applications. It consists from: 4 4 5 - [wiki:XML/SAX SAX-style API] provides reader and writer. 5 - [wiki:XML/SAX SAX] module provides SAX-style Ada API to handle XML streams; implementation of non-validating XML reader and XML writer. Reader and writer supports XML 1.0/XML 1.1, Namespaces in XML and XML Base specifications; 6 - [wiki:XML/Catalogs XML Catalogs] module provides implementation of XML Catalogs specification, Ada API to resolve entity identifiers and URIs using XML Catalogs and implementation of SAX !EntityResolver which is able to use XML Catalogs to resolve entity identifiers and URIs.