From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.7-PRERELEASE
PHP version: 4CVS-2002-10-03
PHP Bug Type: Sablotron XSL
Bug description: Problems in trasforming italian words with accent
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 bug report at http://bugs.php.net/?id=19737&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=19737&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=19737&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=19737&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=19737&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=19737&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19737&r=support
Expected behavior: http://bugs.php.net/fix.php?id=19737&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19737&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19737&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=19737&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19737&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=19737&r=dst