-
This PHP script is used to generate Zend framework view output with XSLT support. The focus is on extending the Zend framework view with an abstract script to generate view output using an XSLT template.Requirements:- PHP 5.1 or Higher
-
XML&XSLT to Processor is a PHP class that allows you to perform XSLT 2.0 transformations within PHP by using SAXON or AltovaXML.XML&XSLT to Processor all with the ease of the PHP XSL extension.
-
XSLTransformer requires an XML parser and an XSLT processor.
-
xmlSiteMaker is a PHP-based xml xslt framework for offline-site generation.
-
HV WDDX Metadata uses the WDDX format to describe data for generating user interfaces. From the WDDX data, any type of markup, including XUL, can be generated using XSLT. The generated markup can describe an entry form, for example.The data entered by the users in the generated forms can be validated on the client-side using javascript, or on the server-side ...
-
XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents.
-
myEngine demonstrates the use of XML/XSLT technologies for XML processing.
-
XSLT.php is object oriented and if the Sablotron function names changes, only updating the class, not the rest of the code, is required.
-
The resulting document tree is generated as HTML by using the PHP XSLT extension functions.
-
DOM Class can transform XML documents using XSLT stylesheets. It is a wrapper around the PHP DOM XML extension.
-
A small and simple C extension for PHP providing an alternative to the default PHP XSLT extension. Uses GNOME libxslt for transformation, and provides only one simple function call. XSL Parameter support was added in version 0.3.0
-
class_xslt is an abstraction class for an XSLT processor, it let's you setup the XML to be processed and the XSLT stylesheet to use from a file or a PHP string.This implementation uses the Sablotron XSLT processor and was updated to work with the new PHP 4.1.x xslt extension.
-
Schematron is a validation language for XML. This is a class to process Schematron validations from PHP. XML documents can be validated from files, URLs or PHP strings and the Schematron script can be processed from a file, script or string too. Schematron scripts can be "compiled" into XSLT stylesheets. Methods to validate files, documents or URLs using the compiled ...


