-
1. Re: largest xml file?
Rob Dillon May 4, 2009 2:20 PM (in response to kamckng)Have you tried trace(e.target.data); to see how much of the xml file is being loaded? Are you testing for errors during the loading?
-
2. Re: largest xml file?
kamckng May 4, 2009 2:51 PM (in response to Rob Dillon)It seems to be tracing out the whole thing. I wasn't tracing before because I was trying to print it out to a TextArea instance but it never got there because of the error it threw. When I trace the data, it all traces out, but it still says it's malformed. I have run it through a validator. Is there any good way to find out which one is missing? I can't go through it line by line, there are over 200k lines!
Kyle
-
3. Re: largest xml file?
Rob Dillon May 5, 2009 5:24 AM (in response to kamckng)If you've used a good xml validator and that says that the file is correctly formed, then the problem may be with a character that Flash doesn't like. The file is importing correctly, the failure is at the parsing of the imported content. I have seen problems with "gremlins" in the xml file. Do you have a text editor that can clean the file of invisible characters? Another possible problem is that there is a character that Flash doesn't like, curly quotes, percent sign, etc.


