PDA

View Full Version : Determine position of XML parse error


markdemich
01-08-2009, 03:00 AM
I have an application that loads some XML. Sometimes the XML has an error and I need to determine the position of the error during parsing. I can't seem to find a way to do that. Is is possible?

senocular
01-08-2009, 02:37 PM
I don't think that is possible : (

arpace
01-08-2009, 05:52 PM
I wouldn't use the flash debugger, I would prefer to just try and load the xml in firefox to see what it has troubles parsing.