Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
crimson: Java XML parser
- Summary
- Crimson is 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. JAXP is a pluggable API that allows applications to access XML
documents in a parser-independent manner. It endorses the industry
standard SAX and DOM APIs and also adds a few classes under the
javax.xml.parsers package to implement pluggability and utility methods
Note: the javax.xml.transform package hierarchy of JAXP is not
implemented by Crimson. One implementation of javax.xml.transform can be
found at Xalan Java 2.
- SAX 2.0
- SAX2 Extensions version 1.0
- DOM Level 2 Core Recommendation
Changelog
- * Fri Aug 20 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.1.3-13jpp
-
- Build with ant-1.6.2
- * Wed Jun 4 12:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.1.3-12jpp
-
- Own (ghost) %{_javadir}/jaxp_parser_impl.jar.
- Remove alternatives in preun instead of postun.
- * Thu Apr 10 12:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.1.3-11jpp
-
- Rebuild for JPackage 1.5.
- Change alternative to point to non-versioned jar, don't remove it on upgrade.
- Don't include JAXP API classes in crimson.jar.
- Drop javadoc package (contained only JAXP APIs).