diff options
author | pav <pav@FreeBSD.org> | 2007-01-16 02:46:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-16 02:46:37 +0800 |
commit | eefbf41e6c45f1ce957dc1f07b95223017dc5a75 (patch) | |
tree | 1c1f6a4dbdc86574485ffd4bda5f6333a7d1ddd0 /textproc/libxslt/pkg-descr | |
parent | ebb590b7d13191f16a24226d501d7821bfe4b0a7 (diff) | |
download | freebsd-ports-gnome-eefbf41e6c45f1ce957dc1f07b95223017dc5a75.tar.gz freebsd-ports-gnome-eefbf41e6c45f1ce957dc1f07b95223017dc5a75.tar.zst freebsd-ports-gnome-eefbf41e6c45f1ce957dc1f07b95223017dc5a75.zip |
- Update to 1.1.19
Diffstat (limited to 'textproc/libxslt/pkg-descr')
-rw-r--r-- | textproc/libxslt/pkg-descr | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/libxslt/pkg-descr b/textproc/libxslt/pkg-descr index 707c01ff032d..e79de6b0533e 100644 --- a/textproc/libxslt/pkg-descr +++ b/textproc/libxslt/pkg-descr @@ -1,4 +1,10 @@ -An XSL Transformations (XSLT) library being developed for the GNOME project. +Libxslt is the XSLT C library developed for the GNOME project. XSLT itself is +a an XML language to define transformation for XML. Libxslt is based on +libxml2, the XML C library developed for the GNOME project. It also implements +most of the EXSLT set of processor-portable extensions functions and some of +Saxon's evaluate and expressions extensions. + +People can either embed the library in their application or use xsltproc the +command line processing tool. WWW: http://xmlsoft.org/XSLT/ -WWW: http://www.w3.org/TR/xslt |