Hi,
I am developing an application that will process a lot of XML-files.
In this process, I need to use data from other XML-files and uses "xml_parse_into_struct()" for this purpose.
For the first 10 loops or so, the XML-files are read just fine.
But then I start getting the error-message:
"Warning: xml_parse_into_struct() [function.xml-parse-into-struct]: input conversion failed due to input error in F:\wwwroot\svg_application\xml_functions.php on line 34
Warning: xml_parse_into_struct() [function.xml-parse-into-struct]: Bytes: 0x9D 0x53 0x54 0x52 in F:\wwwroot\svg_application\xml_functions.php on line 34"
(line 34 in my application is where xml_parse_into_struct is located)
And the application goes into an infinite loop (not a fault in my coding)
Has anyone tried anything similar?
Cheers,
Stigur73