freebsd-ports/textproc/crimson/pkg-descr
OKAZAKI Tetsurou 78923c9392 New port for crimson-1.1, a Java XML parser which supports XML 1.0
via the following APIs:

* Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package.
* SAX 2.0
* SAX2 Extensions version 1.0
* DOM Level 2 Core Recommendation

PR:		24291
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-03-30 05:11:32 +00:00

16 lines
518 B
Plaintext

This version of Crimson supports the Java API for XML Processing
(JAXP) version 1.1 specification by providing implementations for the
following package hierarchies: javax.xml.parsers, org.w3c.dom,
org.xml.sax.*. Note that the javax.xml.transform hierarchy is NOT
supported. One known implementation of the javax.xml.transform
hierarchy is Xalan 2, which is available as a separate port in
java/xalan.
More info about JAXP:
WWW: http://www.javasoft.com/xml/
Crimson home page:
WWW: http://xml.apache.org/crimson/