ID:               19737
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Sablotron XSL
 Operating System: FreeBSD 4.7-PRERELEASE
 PHP Version:      4CVS-2002-10-03
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


"some error occur"???
http://bugs.php.net/how-to-report.php
http://www.tuxedo.org/~esr/faqs/smart-questions.html


Previous Comments:
------------------------------------------------------------------------

[2002-10-03 10:05:00] [EMAIL PROTECTED]

Hi with an xml files like this(pay attention to words with accent
è-é-ò-à-ù-ì)

<?xml version="1.0"?>
<FOO>
   <NAME>il mio nome è mai più</NAME>
</FOO>

and with a xsl file like
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

<xsl:template match="FOO">
   <xsl:value-of select="NAME">
</xsl:template>
</xsl:stylesheet>

using xslt_process(..) to trasform some error occur. While if we
delete
these accents (èéòàùì) it's all ok.

------------------------------------------------------------------------

[2002-10-03 10:03:43] [EMAIL PROTECTED]

Hi with an xml files like this(pay attention to words with accent
è-é-ò-à-ù-ì)

<?xml version="1.0"?>
<FOO>
   <NAME>il mio nome è mai più</NAME>
</FOO>

and with a xsl file like
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

<xsl:template match="FOO">
   <xsl:value-of select="NAME">
</xsl:template>


using xslt_process(..) to trasform some error occur. While if we delete
these accents (èéòàùì) it's all ok.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19737&edit=1

Reply via email to