diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-21 15:35:55 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-21 15:35:55 +0000 |
commit | b8a8ba8aff6f7882bbbf12ea9c27f9da61e4dacd (patch) | |
tree | 30c4b15a1d335f0d9bf4bd3ff0b48f6f8bbb9fe2 /textproc/xml4j/pkg-descr | |
parent | Activate xml4j. (diff) |
XML for Java parser.
Diffstat (limited to 'textproc/xml4j/pkg-descr')
-rw-r--r-- | textproc/xml4j/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/xml4j/pkg-descr b/textproc/xml4j/pkg-descr new file mode 100644 index 000000000000..487f48ac05d2 --- /dev/null +++ b/textproc/xml4j/pkg-descr @@ -0,0 +1,9 @@ +IBM's XML for Java parser (XML4J) is a high performance, modular XML +parser written in 100% Java. XML4j makes it easy to give an application +the ability to read and write XML data. A single JAR file provides classes +for parsing, generating, manipulating, and validating XML documents. +XML4J is the most robust XML processor currently available and is most +faithful to the XML 1.0 Recommendation and associated standards +(DOM 1.0, SAX 1.0, Namespaces). + +WWW: http://www.alphaworks.ibm.com/technologies/xml4j/ |