Hello,
I receive the following error when decoding an XMLRPC call.
Error decoding XMLRPC call: All data must be inside tags (location 24904: "/"...)
I'd like to know if the location is the character position of the error causing xml/text/whatever and, if it is, if I should take anything into account while finding that position (e.g. tab to space conversions). I seem to get the location number with a file of 24230 characters.
Greetings,
Coen
__________________________________________________________ Deze e-mail en de inhoud is vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n). Indien u niet de geadresseerde bent van deze e-mail verzoeken wij u dit direct door te geven aan de verzender door middel van een reply e-mail en de ontvangen e-mail uit uw systemen te verwijderen. Als u geen geadresseerde bent, is het niet toegestaan om kennis te nemen van de inhoud, deze te kopieren, te verspreiden, bekend te maken aan derden noch anderszins te gebruiken.
The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Please notify us immediately if you have received it in error by reply e-mail and then delete this message from your system. __________________________________________________________
In my experience it's the offset into the original XML string that you passed to the XML parser. You don't need to adjust for entity expansion or other things that the XML parser handles internally.
pike-devel@lists.lysator.liu.se