I try this:
<?
$xmldata=".... a XML string ....";
$xsldata=".... a XSL string ....";
$handler=xslt_create();
$ok=xslt_process($xslData, $xmlData, $result);
xslt_free($handler);
?>
With PHP404pl1 + WinNT + PWS
When i try for first time with Netscape navigator, works all right.
But if i try to reload the same page, Netscape never stops of loading ...
¿Does anyone know why?
thankyou!!