DESCR-xsl 546 B

1234567891011
  1. XSLT (Extensible Stylesheet Language (XSL) Transformations) is a
  2. language for transforming XML documents into other XML documents.
  3. It is a standard defined by The World Wide Web consortium (W3C).
  4. Information about XSLT and related technologies can be found at
  5. http://www.w3.org/TR/xslt.
  6. This PHP extension provides a processor independent API to XSLT
  7. transformations. Currently this extension only supports the Sablotron
  8. library from the Ginger Alliance. Support is planned for other
  9. libraries, such as the Xalan library or the libxslt library.