diff options
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/ |