moving companies : Computers : Programming : Languages : PHP : Function Libraries : XML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 9 people (100%) answered Yes
Recently 6 of 6 people (100%) answered Yes

Entry

Where can I get more information about XSLT with PHP?

May 2nd, 2001 20:57
Philip Olson,


XSLT and PHP information is as follows.  First, the manual :
  LXXXI. XSLT functions
  ----------------------------------------------------------
  http://www.php.net/manual/en/ref.xslt.php
  About This Extension :
  This PHP extension implements support Sablotron from Ginger 
  Alliance in PHP. This toolkit lets you transform XML documents 
  into other documents, including new XML documents, but also 
  into HTML or other target formats. It basically provides a
  standardized and portable template mechanism, separating 
  content and design of a website. 
A few interesting tutorials, articles and references exist on the 
subject :
  Transforming XML with XSL using Sablotron (w/ PHP)
  ----------------------------------------------------------
  http://www.phpbuilder.com/columns/justin20001025.php3
  PHP and the Sablotron Processor
  ----------------------------------------------------------
  http://www.oreillynet.com/pub/a/onlamp/2001/03/16/sablotron.html
  Understanding XSLT
  ----------------------------------------------------------
  http://hotwired.lycos.com/webmonkey/98/43/index2a.html?tw=authoring
  Gallery of Stupid XSL and XSLT Tricks
  ----------------------------------------------------------
  http://incrementaldevelopment.com/xsltrick/
  XSL Frequently Asked Questions
  ----------------------------------------------------------
  http://www.dpawson.co.uk/xsl/xslfaq.html
  XSLT Reference
  ----------------------------------------------------------
  http://www.zvon.org/xxl/XSLTreference/Output/index.html
  More XSLT Resources
  ----------------------------------------------------------
  http://www.xslt.com/resources_tutorials.htm
  Even more XSLT Resources
  ----------------------------------------------------------
  http://www.xml101.com/xsl/
As stated in the manual, be sure your PHP is compiled with the latest 
XSLT module from here :
  Home of the Open Source Sablotron XSLT Processor
  ----------------------------------------------------------
  http://www.gingerall.com/
An example PHP use can also be seen on slide #28 here :
  http://conf.php.net/pres/index.php?p=slides%2Fintro&id=lwebooth
And this post wouldn't be complete without the official XSLT docs at 
w3.org :
  XSL Transformations (XSLT) Version 1.0
  ----------------------------------------------------------
  http://www.w3.org/TR/xslt