1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/xalan-j/pkg-descr
Alex Dupre 9dd27e1ac1 Update to 2.7.1 release:
- switch to binary distribution
- general cleanup of port Makefile
- take maintainership [1]

Approved by:	maintainer [1]
2010-12-15 10:08:00 +00:00

19 lines
780 B
Plaintext

Xalan-Java is an XSLT processor for transforming XML documents into HTML, text,
or other XML document types. It implements the W3C Recommendations for XSL
Transformations (XSLT) Version 1.0 and the XML Path Language (XPath) Version
1.0. It can be used from the command line, in an applet or a servlet, or as a
module in other program.
Xalan-Java recasts Xalan as an implementation of the Transformation API for XML
(TrAX) interfaces, part of the Java API for XML Processing 1.2. TrAX provides a
modular framework and a standard API for performing XML transformations, and it
utilizes system properties to determine which Transformer and which XML parser
to use.
Xalan-Java also builds on SAX 2 and DOM level 2.
WWW: http://xml.apache.org/xalan-j/
- Alex Dupre
ale@FreeBSD.org