Posted 04 November 2014 - 05:44 PM
Hey everyone,
I want to ask, if anyone can show me how I can parse XML Values.
I want something like this (basic XML)
the Key, the attributes (as one String is ok), and the value.
But it should also support things like that (Tag in Tag) (I havn't a better example :/):
I want also use that for other parsers, so it would be cool if you can make it so, that I can change that and use that for other things.
I hope anyone can help me.
Thanks a lot!
Timia2109
(Sorry for my bad english)
I want to ask, if anyone can show me how I can parse XML Values.
I want something like this (basic XML)
<key attribute=value>value</key>
I want the following things:the Key, the attributes (as one String is ok), and the value.
But it should also support things like that (Tag in Tag) (I havn't a better example :/):
<cars>
<Audi>
A8
</Audi>
</cars>
I want also use that for other parsers, so it would be cool if you can make it so, that I can change that and use that for other things.
I hope anyone can help me.
Thanks a lot!
Timia2109
(Sorry for my bad english)