aboutsummaryrefslogtreecommitdiff
path: root/textproc/ltxml/pkg-descr
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-11-01 02:32:33 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-11-01 02:32:33 +0000
commit85a50b16086f0d869a4eb9e9b23fee45fd35d99a (patch)
tree145dc45149f7a974fe467c458b006f8305330f4b /textproc/ltxml/pkg-descr
parent96ea886d51790ae21830d92f44a2d598d5619508 (diff)
downloadports-85a50b16086f0d869a4eb9e9b23fee45fd35d99a.tar.gz
ports-85a50b16086f0d869a4eb9e9b23fee45fd35d99a.zip
New Port: textproc/ltxml
Integrated set of XML tools and a developers' tool-kit. PR: 22183 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
Notes
Notes: svn path=/head/; revision=34517
Diffstat (limited to 'textproc/ltxml/pkg-descr')
-rw-r--r--textproc/ltxml/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/ltxml/pkg-descr b/textproc/ltxml/pkg-descr
new file mode 100644
index 000000000000..4b4b2cbcca30
--- /dev/null
+++ b/textproc/ltxml/pkg-descr
@@ -0,0 +1,23 @@
+LT XML is an integrated set of XML tools and a developers' tool-kit, including
+a C-based API.
+
+The LT XML tool-kit includes stand-alone tools for a wide range of processing
+of well-formed XML documents, including searching and extracting,
+down-translation (e.g. report generation, formatting), tokenising and sorting.
+
+Sequences of tool applications can be pipelined together to achieve complex
+results.
+
+For special purposes beyond what the pre-constructed tools can achieve,
+extending their functionality and/or creating new tools is easy using the
+LT XML API. Minimal applications require less than one-half page of C code
+to express.
+
+LT XML provides two views of an XML file; one as a flat stream of markup
+elements and text; a second as a sequence of tree-structured XML elements.
+The two views can be mixed, allowing great flexibility in the manipulation
+of XML documents. It also includes a powerful, yet simple, querying language,
+which allows the user to quickly and easily select those parts of an XML
+document which are of interest.
+
+WWW: http://www.ltg.ed.ac.uk/software/xml/