Posted on behalf of MelissaG: I have an RPGLE program that receives an XML character string generated using CGIDEV2, and it is supposed to parse this XML in order to print those values in a spool file.
My problem is that the RPGLE program that parses the XML sends an error message like 'Parse error at line(x): invalid token'. The XML Structure is fine, so I think the problem relates to the size of the XML (it could be as long as 11000 characters). Is there any limitation related to the maximum size EXPAT can process?
Can anyone help me, please? Thanks in advance,
Software/Hardware used:
ASKED:
August 20, 2007 2:46 PM
UPDATED:
November 8, 2012 4:42 PM
An 11k XML document isn’t very large. Size shouldn’t be a problem. More
detail is needed. What OS version? Is this in-house RPG or a downloaded
utility? Has it been used successfully much in the past? — Tom