diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-16 11:48:25 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-16 11:48:25 +0800 |
commit | c531561ec5816ea0e190175cb0d27907749e6e01 (patch) | |
tree | d22353e01e357174b77493ca60e44bb4100e30a1 /java/xalan-j/pkg-descr | |
parent | 86549f1f98f4886fea359bcfb863b6ab563314a3 (diff) | |
download | freebsd-ports-gnome-c531561ec5816ea0e190175cb0d27907749e6e01.tar.gz freebsd-ports-gnome-c531561ec5816ea0e190175cb0d27907749e6e01.tar.zst freebsd-ports-gnome-c531561ec5816ea0e190175cb0d27907749e6e01.zip |
Add xalan-j 2.0.0,
apache XSLT processor for transforming XML
documents.
PR: ports/25311
Submitted by: ernst@jollem.com
Diffstat (limited to 'java/xalan-j/pkg-descr')
-rw-r--r-- | java/xalan-j/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/xalan-j/pkg-descr b/java/xalan-j/pkg-descr new file mode 100644 index 000000000000..fb11d3007626 --- /dev/null +++ b/java/xalan-j/pkg-descr @@ -0,0 +1,7 @@ +Xalan 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) and the XML Path +Language (XPath). It can be used from the command line, in an applet +or a servlet, or as a module in other program. + + WWW: http://xml.apache.org/xalan-j/ |