Date: 05/15/01
- Next message: artem <email protected>: "[PHP-DEV] Bug #10874: getcwd() always return empty string."
- Previous message: csbalazs <email protected>: "[PHP-DEV] Bug #10872: Cannot load php_Interbase.dll extension..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: tf <email protected>
Operating system: linux
PHP version: 4.0.5
PHP Bug Type: XML related
Bug description: internal xmlparser eats only formatted xmlstrings...
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 Bug report at: http://bugs.php.net/?id=10873&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: artem <email protected>: "[PHP-DEV] Bug #10874: getcwd() always return empty string."
- Previous message: csbalazs <email protected>: "[PHP-DEV] Bug #10872: Cannot load php_Interbase.dll extension..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

