Posted by Goldking on 09/12/06 12:09
I have an XML File like:
<xml version=1.0>
<wholecontent>
<group>
<name> Goldking </name>
<description>Made of Gold. </descripton>
</group>
<group>
<name> SilverKing </name>
<description> Made of Silver. </descripton>
</group>
</wholecontent>
</xml>
I wish to read
1) All the Name and to be displayed.
2) Get the description for a particular name.
Can we use PHP to raed this data? How it could be acheived?
This Qn has raised to learn / understand XML with PHP..
Thanks in Advance..
Regards,
Goldking
[Back to original message]
|