106397eb71
Introduce ADACFLAGS suggested by kris [1] PR: 85211 [1] Submitted by: Petr Holub <hopet@ics.muni.cz> Approved by: aidan@velvet.net (maintainer timeout, 46 days)
13 lines
492 B
Text
13 lines
492 B
Text
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: https://libre2.adacore.com/xmlada/
|
|
Author: Aidan <aidan@velvet.net>
|