[PHP] XSLT Transformation

2002-12-28 Thread Boris Kolev
Hello php-general,

  I have a problem with XSLT Transformation. I have in one page HTML
  that is in my php page and one $result - where i transform one XSLT
  file. When php show HTML - no problems but when i print $result
  after HTML iyt can be read. In XSLT and XML i use UTF-8 ecnoding
  after transformation i tray to use utf8_decode and encode functions
  but all in $result can be read!
  Please Help me !

  Best regards,
  Boris  mailto:[EMAIL PROTECTED]


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




Re: [PHP] XSLT Transformation

2002-12-28 Thread Khalid El-Kary
Hi,
Do you mean that the XSL style sheet is printed instead of the 
transformation result?

if that's the case, i have faced the same problem, and at that time it was 
because of the xsl: namespace check it to verify it's correct, there's a 
deprecated on of it that you may be using and sablotron doesn't use it 
anymore!

the correct namespace is:
http://www.w3.org/1999/XSL/Transform

good luck!

Regards,
Khalid Al-Kary
http://creaturesx.ma.cx/kxparse/

Hello php-general,

  I have a problem with XSLT Transformation. I have in one page HTML
  that is in my php page and one $result - where i transform one XSLT
  file. When php show HTML - no problems but when i print $result
  after HTML iyt can be read. In XSLT and XML i use UTF-8 ecnoding
  after transformation i tray to use utf8_decode and encode functions
  but all in $result can be read!
  Please Help me !

  Best regards,
  Boris  mailto:[EMAIL PROTECTED]


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



_
MSN 8 limited-time offer: Join now and get 3 months FREE*. 
http://join.msn.com/?page=dept/dialupxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_newmsn8ishere_3mf


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