There is an XML template for parsing the XmlPullParser:
<XML> <client> <tag>text</tag>....<tag>text</tag> </client> <client> <tag>text</tag>....<tag>text</tag> </client> <client> <tag>text</tag>....<tag>text</tag> </client> </XML> I need to somehow get alternately in the while loop (string, array ... not important at the moment):
new_clint="<client> <tag>text</tag>....<tag>text</tag> </client>" How can this be realized, tell me pzhl?