[android-developers] Re: XML Pull Parser Bugging Out

2010-07-17 Thread 7H3LaughingMan
Thank you for pointing out my stupid mistake, however now I am getting a true error about how   is unresolved. It seems I need to remove it somehow.. On Jul 18, 12:38 am, Romain Guy wrote: > You never request the next element to be read. Your loop should > contain the following statement: > > eve

[android-developers] Re: XML Pull Parser Bugging Out

2010-07-17 Thread 7H3LaughingMan
I fixed it, thanks for pointing out something very stupid that I forgot about...but now I am getting a true error along the line of... "unresolved:  " I am looking into it and it seems it's used to reference stuff in XML but in HTML this is a special space character. On Jul 18, 12:38 am, Romain Gu