Files
xmlada/features
Emmanuel Briot c2bba3e54f Upgrade to version 2.0
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/importfromcvs/trunk@12025 936e1b1b-40f2-da11-902a-00137254ae57
2005-02-04 09:24:22 +00:00

39 lines
1.2 KiB
Plaintext

New features in version 2.0
- Initial support for schema validation is now provided.
- Documentation is now provided in PDF format
- Enhanced documentation; examples of use are now provided
- D507-011: Dom.Core.Nodes.Print can now output real newline characters
- DA04-015: Dom.Core.Nodes.Print can now output with different character set
or encoding scheme
- D719-001: Dom.Core.Nodes.Print will now output the <?xml?> PI when outputing
a document
- D714-002: Comments are now properly stored in the DOM tree
- Sax.Locators are now reference-counted, so that they can be preserved across
calls to Parse.
- D609-022 Shared strings in DOM tree, to reduce memory usage by up to 50%
- Improve location reports in SAX events. In particular, check debug_readers.adb
on how to get the context of an entity expansion if you want even better
locations.
- CB14-002 Add support for SAX's Entity_Resolver
- A new input source is now provided: Http
See testxml.adb for an example of use
- A project file is now installed by default (xmlada.gpr) to facilitate the
use of XML/Ada
- Better integration with GtkAda: A special SAX reader is provided that can
generate an XML tree in the format expected by Glib.XML