Parsing mutiple xml files in android
Posted
by cppdev
on Stack Overflow
See other posts from Stack Overflow
or by cppdev
Published on 2010-05-23T07:40:45Z
Indexed on
2010/05/23
7:50 UTC
Read the original article
Hit count: 291
Hi,
I ma writing an application where I have to parse multiple xml files as a response from a server. Till now, I have written different xml parser classes for each xml depepending on the tags present in different xmls ? Can I combine all xml parser classes and write a single xml parser that handles all different tags in different xmls ? Will it work ? Will combining xml parser classes add an overhead because xml parser will check for every tag irrespective of whether that is part of file or not ?
Please help.
© Stack Overflow or respective owner