The XML is downloaded as a whole before initiating the SAX parser so this
shouldn't be the case. I just suspect vani's device is somehow broken since
the code works for me in emulator/on device and for vani in emulator but not
on device.

2011/7/14 Kostya Vasilyev <kmans...@gmail.com>

> **
> If parsing directly from the network, can't the "characters" method be
> called more than once for a single element, depending on how the data stream
> broken into packets?
>
> I don't know anything about the SAX parser, but that's what comes to
> mind...
>
> If that's the case, the code doesn't handle it - it assumes that
> "characters" receives the entire text portion between the tags.
>
> -- Kostya
>
> 14.07.2011 17:59, Filip Havlicek пишет:
>
> http://i51.tinypic.com/2yorh95.png
>
> 2011/7/14 vani reddy <vani.reddy.bl...@gmail.com>
>
>> hi Filip,
>> Find the attched screenshot when i run your code from the link u gave
>>
>>
>> On Thu, Jul 14, 2011 at 7:02 PM, Filip Havlicek <havlicek.fi...@gmail.com
>> > wrote:
>>
>>> http://pastebin.com/iBhZNwu8
>>>
>>>
>>> 2011/7/14 vani reddy <vani.reddy.bl...@gmail.com>
>>>
>>>> Hi Filip,
>>>> I tried implementing what u said ,bu its not working..Can u please send
>>>> me the MyXMLHandler.java file?
>>>>
>>>>
>>>> On Thu, Jul 14, 2011 at 6:32 PM, Filip Havlicek <
>>>> havlicek.fi...@gmail.com> wrote:
>>>>
>>>>> Yes, works fine on the device.
>>>>>
>>>>> Try to put those two lines in the beginning of your characters(...)
>>>>> method
>>>>>
>>>>> String chars = new String(ch, start, length).trim();
>>>>> if (chars.equals("")) return;
>>>>>
>>>>>
>>>>> 2011/7/14 vani reddy <vani.reddy.bl...@gmail.com>
>>>>>
>>>>>> Hi Filip,
>>>>>> Did you mean to do this,
>>>>>>
>>>>>> if(qName.equalsIgnoreCase("image_url") ||
>>>>>> localName.equalsIgnoreCase("image_url"));
>>>>>>              {
>>>>>>                  System.out.println("IMAGE URL :::::: "+currentValue);
>>>>>>              }
>>>>>> in the endElement method??
>>>>>> For me its not working on the device.Did u try running this code on
>>>>>> the device??
>>>>>>
>>>>>>
>>>>>> On Thu, Jul 14, 2011 at 5:56 PM, Filip Havlicek <
>>>>>> havlicek.fi...@gmail.com> wrote:
>>>>>>
>>>>>>> Add || localName.equalsIgnoreCase("image_url") to the other image_url
>>>>>>> condition, otherwise works fine for me.
>>>>>>>
>>>>>>>
>>>>>>> 2011/7/14 vani reddy <vani.reddy.bl...@gmail.com>
>>>>>>>
>>>>>>>> Hi Arun,
>>>>>>>> Its not the picture its the image_url i.e a string value..
>>>>>>>>
>>>>>>>>
>>>>>>>>  On Thu, Jul 14, 2011 at 4:57 PM, arun kumar <
>>>>>>>> hariarun2...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> hello vani  ithink that picture got corrupted otherwise change the
>>>>>>>>> picture extension like png to jpg or jpg to png. then it works fine
>>>>>>>>>
>>>>>>>>> On Thu, Jul 14, 2011 at 4:49 PM, Filip Havlicek <
>>>>>>>>> havlicek.fi...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Can't help unless you show the code.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2011/7/14 vani reddy <vani.reddy.bl...@gmail.com>
>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>> The same code is working fine on android emulator but its not
>>>>>>>>>>> working on the device..
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Jul 14, 2011 at 4:23 PM, Filip Havlicek <
>>>>>>>>>>> havlicek.fi...@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> You probably have some error in your code.
>>>>>>>>>>>>
>>>>>>>>>>>>  2011/7/14 vani reddy <vani.reddy.bl...@gmail.com>
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ---------- Forwarded message ----------
>>>>>>>>>>>>> From: vani reddy <vani.reddy.bl...@gmail.com>
>>>>>>>>>>>>> Date: Thu, Jul 14, 2011 at 4:14 PM
>>>>>>>>>>>>> Subject: Parsing issue
>>>>>>>>>>>>> To: android-developers@googlegroups.com
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hi friends,
>>>>>>>>>>>>> When i am parsing the xml from the attached file and printing
>>>>>>>>>>>>> the image urls in the log.below is the log:
>>>>>>>>>>>>> The second imageurl is only half printed.
>>>>>>>>>>>>>
>>>>>>>>>>>>> IMAGE URL
>>>>>>>>>>>>> http://magazine.ateemo.com/uploads/issue_images/1/10-1.jpg?1307133081
>>>>>>>>>>>>> IMAGE URL http://magazine.ateemo.
>>>>>>>>>>>>>  IMAGE URL
>>>>>>>>>>>>> http://magazine.ateemo.com/uploads/issue_images/3/16-1.jpg?1307133115
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Why is this  like this??Please reply..
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>> Vani Reddy
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>> Vani Reddy
>>>>>>>>>>>>>
>>>>>>>>>>>>>  --
>>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>>> Google
>>>>>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>> android-developers@googlegroups.com
>>>>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>>>>>>>>> For more options, visit this group at
>>>>>>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  --
>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>> Google
>>>>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>> android-developers@googlegroups.com
>>>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>>>>>>>> For more options, visit this group at
>>>>>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Regards,
>>>>>>>>>>> Vani Reddy
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>> Google
>>>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>> android-developers@googlegroups.com
>>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>>>>>>> For more options, visit this group at
>>>>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>>> To post to this group, send email to
>>>>>>>>>> android-developers@googlegroups.com
>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>>>>>> For more options, visit this group at
>>>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>> To post to this group, send email to
>>>>>>>>> android-developers@googlegroups.com
>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>>>>> For more options, visit this group at
>>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Regards,
>>>>>>>> Vani Reddy
>>>>>>>>
>>>>>>>> --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "Android Developers" group.
>>>>>>>> To post to this group, send email to
>>>>>>>> android-developers@googlegroups.com
>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>>>> For more options, visit this group at
>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Android Developers" group.
>>>>>>> To post to this group, send email to
>>>>>>> android-developers@googlegroups.com
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>> Vani Reddy
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Android Developers" group.
>>>>>> To post to this group, send email to
>>>>>> android-developers@googlegroups.com
>>>>>> To unsubscribe from this group, send email to
>>>>>> android-developers+unsubscr...@googlegroups.com
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Android Developers" group.
>>>>> To post to this group, send email to
>>>>> android-developers@googlegroups.com
>>>>> To unsubscribe from this group, send email to
>>>>> android-developers+unsubscr...@googlegroups.com
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Vani Reddy
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Android Developers" group.
>>>> To post to this group, send email to
>>>> android-developers@googlegroups.com
>>>> To unsubscribe from this group, send email to
>>>> android-developers+unsubscr...@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/android-developers?hl=en
>>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-developers@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> android-developers+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>>
>>
>>
>>
>> --
>> Regards,
>> Vani Reddy
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
>
> --
> Kostya Vasilyev
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to