This is a discussion on PHP, XML, XSL within the PHP Language forums, part of the PHP Programming Forums category; What's the current most recommended - widely used way - of piping XML into XSL stylesheets using PHP? The version of ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
What's the current most recommended - widely used way - of piping XML
into XSL stylesheets using PHP? The version of PHP I can use on my ISP's webspace is: 4.2.3. I'd actually like to find out not what wild and wonderful things are up and coming in future versions of PHP, but how is the best way to do that in a version like 4.2.3? Anyone help? Thanks, Michela. |
|
|||
|
michela rossi wrote:
> What's the current most recommended - widely used way - of piping XML > into XSL stylesheets using PHP? > > The version of PHP I can use on my ISP's webspace is: 4.2.3. > > I'd actually like to find out not what wild and wonderful things are > up and coming in future versions of PHP, but how is the best way to do > that in a version like 4.2.3? > > Anyone help? > Thanks, Michela. I'm doing that for my current project : Play with my xml with the domxml library. Have sablotron installed on the server, then call the xsl functions for the transform. Sablotron can be a bit of a bitch sometimes, but the whole process is fairly straight forward. cheers .b |