[android-developers] How to use the httpdelete on a list?

2010-08-16 Thread Sara Khalatbari
Hi all,

Say the server is providing you with an xml list which looks like
this:


0
-

1
Unknown owner
Randomly generated list

-

-

1
Bananas
open

-

2
Bread
open

-

3
Süssmost
open




How can you write a httpdelete request that would delete the "Bread"?

So that when you GET
NodeList items = doc.getElementsByTagName("name");

You see only
Banana and Süssmost.

Thank you,
Sara

-- 
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


Re: [android-developers] How to use the httpdelete on a list?

2010-08-16 Thread Mitesh Infocus
http://www.infocuswebdesigning.com/

On Mon, Aug 16, 2010 at 4:46 PM, Sara Khalatbari wrote:

> Hi all,
>
> Say the server is providing you with an xml list which looks like
> this:
>
> 
> 0
> -
> 
> 1
> Unknown owner
> Randomly generated list
> 
> -
> 
> -
> 
> 1
> Bananas
> open
> 
> -
> 
> 2
> Bread
> open
> 
> -
> 
> 3
> Süssmost
> open
> 
> 
> 
>
> How can you write a httpdelete request that would delete the "Bread"?
>
> So that when you GET
> NodeList items = doc.getElementsByTagName("name");
>
> You see only
> Banana and Süssmost.
>
> Thank you,
> Sara
>
> --
> 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