Wait until you have installed PHP5, then use the simplexml library.

You have not showed us any code, how are we to tell you if you are doing it
the right or wrong way?

"Merlin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there,
>
> I think I am parsing xml documents the wrong way.
> There must be a better way to access the results laterone like objects.
>
> For example I would like to search in a free form for a city name
> inside an xml document and php should return the country name
> and continent.
>
> This is the xml structure:
> <Country size="4">
> <countryName>Andorra</countryName>
> <countryCode>AD</countryCode>
> <countryContinent>Europe</countryContinent>
> <Cities size="4">
> <city>Encamp</city>
> <city>Escaldes-Engordany</city>
> <city>Ordino</city>
> <city>Soldeu</city>
> </Cities>
> </Country>
>
> Has anybody a good hint for me?
>
> Thanx in advance,
>
> Merlin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to