ID: 10873 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: XML related Operating System: linux PHP Version: 4.0.5 New Comment:
Can this be reproduced with 4.1.1? Previous Comments: ------------------------------------------------------------------------ [2001-05-15 05:40:15] [EMAIL PROTECTED] i use xmlrpc (from usefulinc) to communicate with different java systems. when i receive data, the data comes mostly only as string with only one row (no newlines between the tags). there are 2 different javaxmlparser in usage and they send and parse these datas without problems. expat seems to need newlines after tags, i used tidy from w3 to format the strings before using them with the phpparser. this workaround costs lot of speed, the xmlstrings are ~ 200k. could it be possible, that tidy can be build into the expat extension to perform an optional formation of the xmlstring? the strings are similar like this: <?xml version="1.0" encoding="ISO-8859-1"?><methodResponse><params><param><value><array><data><value> ... lots of tags and strings and everything in one row ... </value></data></array></value></param></params></methodResponse> ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=10873&edit=1 -- 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]