kucherenko / xsltemplate
XSLTemplate is a PHP 5.3 library for processing xsl templates in web projects.
Installs: 28
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kucherenko/xsltemplate
Requires
- php: >=5.3.2
 
This package is not auto-updated.
Last update: 2025-10-25 19:52:10 UTC
README
XSLTemplate is a PHP 5.3 library for processing xsl templates in web projects.
Supported engines
- XSLTemplate support follow render engines:
 - LibXslt (http://xmlsoft.org/XSLT/), embedded in php5 extension;
 - Browsers embedded xslt engines, supported browsers (more info http://www.w3schools.com/xsl/xsl_browsers.asp):
 - Firefox (http://www.mozilla.org/projects/xslt/);
 - Chromium version >= 10.0 (used embedded LibXslt http://xmlsoft.org/XSLT/);
 - Chrome version >= 1.0 (used embedded LibXslt http://xmlsoft.org/XSLT/);
 - Opera version >= 9.0 (http://www.opera.com/);
 - IE version >= 7.0;
 - Safari version >= 7.0;
 
- XslCache (http://code.nytimes.com/projects/xslcache), extension is a modification of PHP's standard XSL extension;
 
More documentation