I want to parse XML with XSL for XHTML output with PHP4 and I have two
problems:

(1) How to make XSLT for output in ISO-8859-2 instead of UTF-8? I
tried in different ways but Sablotron always returned errors.

(2) How to get more usefull informations about errors. For instance,
if I have any syntax error in xsl file my browser get only useless
information: Fatal error: msgtype: error file.php on line 51 (where
the number is only for xslt_process($xslData, $xmlData, $result))

--
Yarek



-- 
PHP General 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]

Reply via email to