SmlSax

Grins

New Member
Licensed User
Longtime User
Hi everybody,
this is my first post, in the begining i want say, that my english ist'n so good ;)

I want create an app, which will be getting info from xml and rss files,

this is example from xml file:
HTML:
<?xml version="1.0"?>
<data>
<Team TeamID="123" TeamName="Uganda" Group="A"/>
<Team TeamID="123" TeamName="Albania" Group="A"/>

and now i want get TeamName or TeamID from this file, how i can do that ?
thx !
 
Top