From fa396c2c68b8a255c06eee6efecd7edf4f6931dc Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 24 Feb 2011 06:30:10 +0000 Subject: XML/Ada is a full XML suite for use with Ada compilers, such as GNAT AUX. XML/Ada is a set of modules that provide a simple manipulation of XML streams. It supports the whole XML 1.1 specification and can parse any file that follows this standard, including the contents of the DTD although no validation of the documents is performed based on those. It provides support for a number of standards associated with XML such as SAX, DOM, and XML schemas. Additionally, it includes a module to manipulate unicode streams since this is required by the XML standard. WWW: http://libre.adacore.com/libre/tools/xmlada/ PR: ports/153828 Submitted by: John Marino --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 7b87a9fcae0c..8ab6c2c451f0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1319,6 +1319,7 @@ SUBDIR += xml-lite.el SUBDIR += xml-parse.el SUBDIR += xml2rfc + SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent SUBDIR += xmldiff -- cgit v1.2.3