Hi there,I am trying to pars an XML file with php. This works if the xml tag looks like this: <anbieternr>88</anbieternr>
In that case I retrieve the info: $xml->anbieternrBut now the tag looks different like this: <imo:anbieternr>88</imo:anbieternr>
The command $xml->imo:anbieternr does not work in that case. Has somebody an idea how to adress this? Thank you for any help! Merlin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php