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

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.


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

[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