Re: [android-developers] Xml parsing help for particular attributes in xml

2012-09-24 Thread TreKing
On Mon, Sep 24, 2012 at 3:52 AM, Swap wrote: > so how could i do that? Google "Android XML parsing" - TreKing - Chicago transit tracking app for

[android-developers] Xml parsing help for particular attributes in xml

2012-09-24 Thread Swap
hey guys , i want help to parse xml file for android. i want to parse particular attributes like url url two image tag but i want to access image size = medium so how could i do that? I tried Document doc = parser.getDomElement(xml); // getting DOM element XPathFactory xPathfactory = XP