Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Review Request: crimson - Java XML parser
https://bugzilla.redhat.com/show_bug.cgi?id=462342
Summary: Review Request: crimson - Java XML parser Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: Package Review AssignedTo: nobody@fedoraproject.org ReportedBy: guthrie@counterexample.org QAContact: extras-qa@fedoraproject.org CC: notting@redhat.com, fedora-package-review@redhat.com Estimated Hours: 0.0 Classification: Fedora
Spec URL: http://www.guthrie.info/RPMS/f9/crimson.spec SRPM URL: http://www.guthrie.info/RPMS/f9/crimson-1.1.3-17.2.fc9.src.rpm Description: 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