Top Level :: XML

Package Information: XML_XSLT_Wrapper

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Provides a single interface to the different XSLT interface or commands PHP License
» Current Release » Bug Summary
0.2.2 (alpha) was released on 2009-01-04 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install XML_XSLT_Wrapper

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/XML_XSLT_Wrapper

No open bugs
Report a new bug to XML_XSLT_Wrapper
» Description
This package was written to provide a simpler, cross-library and cross commands interface to doing XSL transformations.
It provides :

* support for :
- DOM XSLT php extension
- XSLT php extension
- XSLT command line tool (xsltproc)
- MSXML using COM php extension
- XT command line (http://www.blnz.com/xt/xt-20020426a-src/butorindex.html)
- Sablotron command line (http://www.gingerall.com/charlie/ga/act/gadoc.act?pg=sablot#i__1940)
Planned interface :
- XT java interface
- xml.apache.org java and C interface (http://xml.apache.org)
- Instant Saxon (http://users.iclway.co.uk/mhkay/saxon/instant.html)
* Batch mode
- XML: multiple transformations of a single XML file
- XSL: multiple transformations of multiple XML files using a single XSL

See http://www.pearfr.org/xslt_wrapper/ for samples and documentation
» Maintainers » More Information

Dependencies for XML_XSLT_Wrapper