problem with file XML
hi all, i have this XML file:
<continents>
<continent1 id="EUR" name="EUROPE"></continent1>
<continent2 id="AME" name="AMERICA"></continent2>
</continents>
i tried make it with NSXMLParser but i can't show the results in the same time, i would try it with touchXML someone can help me?, i'm new in Objective C thanks.
|