2bee50cbec
An XML parsing library for Ada 95 PR: 35187 Submitted by: Aidan Skinner <aidan@velvet.net>
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
XML/Ada is a set of modules that provide a simple manipulation of XML
|
|
streams. It supports the whole XML 1.0 specifications, and can parse
|
|
any file that follows this standard (including the contents of the
|
|
DTD).
|
|
|
|
It also provides support for a number of other standard associated
|
|
with XML, like SAX and DOM.
|
|
|
|
In addition, It includes a module to manipulate Unicode streams, since
|
|
this is required by the XML standard.
|
|
|
|
WWW: http://libre.act-europe.fr/xmlada/
|
|
|
|
- Aidan
|
|
aidan@velvet.net
|