|
Posted by Asper Faner on 12/08/06 18:28
<?php
$filename = "mess.xsl";
$xmldoc = domxml_open_file("mess.xml");
$xsldoc = domxml_xslt_stylesheet_file($filename);
$result = $xsldoc->process($xmldoc);
echo $xsldoc->result_dump_mem($result);
?>
I try to output a message "welcome" in xml file onto the screen but it
does nothing. If I execute raw the xsl file, I can see the message. Do
you know why ?
Thanks
Navigation:
[Reply to this message]
|