<doc> <element> text <item> text1 </item> <item> text2 </item> text3 </element> <element> another text </element> ... </doc>
And I want to extract the text into a string as follows:
"text text1 text2 text3"
The tags "item" are nested inside the "element"
Im using xmlpullparser on Android, but I could use any other parser if that makes things easier. TX.
android xml nested xmlpullparser
butelo
source share