diff options
author | xtraeme <xtraeme> | 2006-12-07 02:34:01 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-12-07 02:34:01 +0000 |
commit | 156a29c633d3a0795bb07e95a2392964729dda0f (patch) | |
tree | bf376031eb038152dd4f650d17d403b139723386 /www/ap2-xslt2/DESCR | |
parent | c4ac34ca71a4de27a4687508d1924e2fb091679d (diff) | |
download | pkgsrc-156a29c633d3a0795bb07e95a2392964729dda0f.tar.gz |
Initial import of ap2-xslt2 (known as mod-xslt2).
mod-xslt2 is a server side module able to transform ``xml''
documents in ``html'' (or to any other format) before they
even get back to the browser.
mod-xslt2 main features include:
* Ability to parse generated xml (ability to parse the output of
php or perl scripts).
* Ability to use the ``xslt'' indicated by the <?xml-stylesheet
processing instruction.
* Ability to send back the xml file unparsed to the browser.
* Ability to fetch xslt or DTDs from scripts rather than from
static files.
* Ability to fetch a different xslt depending on the content of
the request headers, of the get parameters or the web server
environment.
* Ability to allow xslt stylesheets to make use of these
variables to generate output.
--
http://www.mod-xslt2.com/
Diffstat (limited to 'www/ap2-xslt2/DESCR')
-rw-r--r-- | www/ap2-xslt2/DESCR | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/ap2-xslt2/DESCR b/www/ap2-xslt2/DESCR new file mode 100644 index 00000000000..2b07456b07b --- /dev/null +++ b/www/ap2-xslt2/DESCR @@ -0,0 +1,23 @@ +mod-xslt2 is a server side module able to transform ``xml'' +documents in ``html'' (or to any other format) before they +even get back to the browser. + +mod-xslt2 main features include: + +* Ability to parse generated xml (ability to parse the output of + php or perl scripts). + +* Ability to use the ``xslt'' indicated by the <?xml-stylesheet + processing instruction. + +* Ability to send back the xml file unparsed to the browser. + +* Ability to fetch xslt or DTDs from scripts rather than from + static files. + +* Ability to fetch a different xslt depending on the content of + the request headers, of the get parameters or the web server + environment. + +* Ability to allow xslt stylesheets to make use of these + variables to generate output. |