Cossins Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/46067480340632105888e2.gif)
Joined: 21 Mar 2003 Posts: 1136 Location: Copenhagen, Denmark
|
Posted: Mon Apr 28, 2003 2:51 pm Post subject: XSL Transformation with PHP |
|
|
Hi there.
I was wondering why this piece of code won't work on PHP 4.3.1 and Apache2?
Code: | <?php
$xh = xslt_create();
echo xslt_process($xh, 'test.xml', 'style.xsl');
xslt_free($xh);
?> |
What I'm trying to do is a XSL Transformation, outputting HTML...
Right now it outputs the XSL only without the values from the XML-file.
- Simon |
|