Hi, I have an XML with more than 10,000 lines,when i am parsing that xml using URLLoader class.i am unable to trace the entire xml.While tracing i am getting xml from the middle.can anyone suggest me how to parse the xml document. Thanks in Advance
A:
I think the console is limited on how many lines it can display. I solved this by creating a viewstack, putting all of my application in one view, and a big text area in another view. Then I have a button that will take me to that text area view and when it does it populates the text area with the XML. Then I can see it all. I have not come across any limit to the number of lines this can handle.
invertedSpear
2010-02-01 16:17:08
Thanks it might some console problem
prasanth
2010-02-08 11:52:20