mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7710457c9a
This release provides a complete implementation of the parser related portions of JAXP 1.3 and also brings Xerces into compliance with SAX 2.0.2, the DOM Level 3 Core and Load/Save W3C Recommendations, the XML Inclusions (XInclude) Version 1.0 W3C Recommendation and the XML Schema 1.0 Structures and Datatypes Second Edition W3C Recommendations. - Update pkg-descr to reflect latest additions and newly supported features - Install deprecated JARs in ${DATADIR}/deprecated/ to avoid bloating ${JAVAJARDIR} - Build and install extra documentation (not just JavaDoc) - Add SHA256 info - Do not ${MKDIR} ${JAVAJARDIR} as it has been part of mtree for more than 3 years now WARNING: Some deprecated JAR files are no longer built nor installed (xmlParserAPIs.jar and resolver.jar). I contacted people maintaining ports that were depending on these files [2] and it seems to be fine. Any subsequent problem would come from ports depending on files from textproc/xerces-j but not effectively registering the dependency. Reported by: FreeBSD Ports Version Check (via edwin) [1] Tested by: thierry (for some depending ports breaking) [2]
17 lines
860 B
Plaintext
17 lines
860 B
Plaintext
The Xerces Java Parser is a complete implementation of the parser related
|
|
portions of JAXP 1.3 and also brings Xerces into compliance with SAX 2.0.2, the
|
|
DOM Level 3 Core and Load/Save W3C Recommendations, the XML Inclusions
|
|
(XInclude) Version 1.0 W3C Recommendation and the XML Schema 1.0 Structures and
|
|
Datatypes Second Edition W3C Recommendations.
|
|
|
|
Xerces2 is the next generation of high performance, fully compliant XML parsers
|
|
in the Apache Xerces family. This version of Xerces introduces the Xerces
|
|
Native Interface (XNI), a complete framework for building parser components and
|
|
configurations that is extremely modular and easy to program.
|
|
|
|
The Apache Xerces2 parser is the reference implementation of XNI but other
|
|
parser components, configurations, and parsers can be written using the Xerces
|
|
Native Interface.
|
|
|
|
WWW: http://xml.apache.org/xerces2-j/
|