I try this: <? $xmldata=".... una cadena con XML ...."; $xsldata=".... una cadena con XSL ...."; $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!! =================================================== Antonio López Luna Ingeniería e Integración Avanzadas (Ingenia), S.A. Parque Tecnológico de Andalucía 29590 - Málaga (Spain) Tel. 34-952029300 Ext. 386 Fax. 34-952029309 Web: http://www.ingenia.es -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]