I am parsing an XML file in which certain element having attributes. Is there any way to get the attribute value using methods given in android SAX package?
Asked
Active
Viewed 1,606 times
1
-
can you please elaborate what exactly you want to achieve? – Anup Rojekar May 20 '11 at 11:19
1 Answers
2
Here's my real answer. :) You probably meant android.sax.
Then you need to add a StartElementListener and in start() you'll find your Attributes.

Markus
- 66
- 3