pkgsrc/www/ap2-xslt2/PLIST
xtraeme aca495c729 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/
2006-12-07 02:34:01 +00:00

14 lines
395 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/07 02:34:01 xtraeme Exp $
bin/modxslt-config
bin/modxslt-parse
bin/modxslt-perror
include/modxslt2/modxslt-system.h
include/modxslt2/modxslt-table.h
include/modxslt2/modxslt-version.h
include/modxslt2/modxslt.h
lib/httpd/mod_xslt.la
lib/libmodxslt0.la
man/man1/modxslt-config.1
man/man1/modxslt-parse.1
man/man1/modxslt-perror.1
@dirrm include/modxslt2