Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XSL Transformation with PHP
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Cossins
Veteran
Veteran


Joined: 21 Mar 2003
Posts: 1136
Location: Copenhagen, Denmark

PostPosted: Mon Apr 28, 2003 2:51 pm    Post subject: XSL Transformation with PHP Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum