hi
I am using 4.2.1 and it works fine, I can't see your source code as web
servers don't show it by design :)
But from the error message it can't find your class file. I used the code
below to test it.
Tom
$xsltproc = xslt_create();
$html = xslt_process($xsltproc, 'news.xml', 'news.xsl');
if (!$html) die('XSLT processing error: '.xslt_error($xsltproc));
xslt_free($xsltproc);
echo $html;
At 11:25 PM 3/06/2002 +0200, William S. wrote:
>Is Sablotron broken in 4.2.1 because none
>of the transformations have worked that
>I have tried.
>
>I am using:
>
>php 4.2.1
>apache_1.3.24
>expat-1.95.2
>
>my files are:
>
> 'wget http://213.84.71.105/news.xml'
> 'wget http://213.84.71.105/news.xsl'
> 'wget http://213.84.71.105/news.php'
>
>If someone could tell me what to correct to
>make it right I would appreciate it.
>
>Note: Please disregard the content. It is copied
>from a site that I knew to be using XML with Sablotron
>and is not mine.
>
>--
>Bill
>Amsterdam, NL
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php