ID: 10754
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: XML related
Operating system: 
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

Could you please try with the latest release candidate:

http://www.php.net/~andi/php-4.0.6RC1.tar.gz

using it I can parse your example XML file just fine.

--Jani


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

[2001-05-09 11:28:09] [EMAIL PROTECTED]
Parsing a XMLdocument that contains CDATA parts produces errors. Also the parser 
should leave the CDATA it still tries to parse it. Here is my XMLdoc :
<?xml version='1.0' encoding='UTF-8'?> <cresult> <content> <title> 
<![CDATA[München<b>bold</b> ]]> </title> <text> <![CDATA[<p>paragraph <b>bold</b> 
</p>]]></text> </content> </cresult>

The parser complains about the letter 'ü' in the second line. When I change it to 'ä' 
the document is parsed nicely. Other combinitions like 'äü' are also parsed nicely. 
Must be a bug?

My configure line:
'./configure' '--with-apache=/usr/local/src/apache_1.3.19'
                                              '--with-mysql=/usr/local/mysql' 
'--with-zlib-dir=/usr/local/lib' '--with-ftp'
                                              '--with-gd' 
'--with-jpeg-dir=/usr/local/lib' '--with-xml' '-with-dom=/usr/local/lib'
                                              '--enable-versioning' 
'--enable-track-vars=yes' '--enable-url-includes'
                                              '--enable-sysvshm=yes' 
'--enable-sysvsem=yes' '--with-config-file-path=/etc'
                                              '--no-create'

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10754&edit=2


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