mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
The CVS repository was lost in the recent crash. git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/importfromcvs/trunk@11487 936e1b1b-40f2-da11-902a-00137254ae57
15 lines
545 B
Plaintext
15 lines
545 B
Plaintext
New features in version 0.6
|
|
|
|
- Parser twice as fast
|
|
The SAX parser has been completely rewritten, and is now about twice
|
|
as fast as the previous one.
|
|
|
|
- Support for validation (partial)
|
|
A partial support for validation has been added. This means that some of
|
|
the validity constraints defined in the XML specifications are now tested
|
|
(root element type, tests on attributes, ...).
|
|
However, XML/Ada still doesn't test that the XML document matches its DTD.
|
|
|
|
- New licence
|
|
This library is now distributed under the GNAT-Modified GPL.
|