Thank you for the feedback. Sablotron is running
fine now. Just had to do some modifications
with my *.xsl file.

Here is what I have going now with the
implementation:

http://213.84.71.105/

On Tue, Jun 04, 2002 at 10:57:45AM +1000, Tom Rogers wrote:
> 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;
> 
<snip>
-- 
Bill
Amsterdam, NL

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to