Hi all.

Just met two bugs (?) in the xslt module.
1st. I replace HTML entities in the CDATA parts with their ascii
equivalents ('&lt;' -> '<', '&gt;' -> '>', etc.)
After XSLT transformation, '<' went back to '&lt;', while any other
remain untouched.

2nd. After the transformation, &#<ascii code>; are substituted with
their char equivalents, prepended with  character. E.g. &#174;
('registered' sign) become ® .

Could someone advise?

P.S. PHP4.0.6, Sablotron 0.6.

-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
System administrator & programmer,
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
www.books.ru, www.symbol.ru 



-- 
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