|
Posted by bizt on 12/06/05 11:28
> it's generally recommended that you use
> event-based parsing, e.g. xml_parser_create(),
> xml_set_element_handler(), etc.
Im not too familiar with these commands but the XML file is very
simple, maybe someone can help me out...
XML:
<?xml...
<root>
<name age="25">Martyn</name>
<name age="24">Neil</name>
<name age="24">Robbie</name>
</root>
All I want to do is to output them as:
Martyn (25)
Neil (24)
Robbie (24)
How would I do this?
Cheers
Burnsy
Navigation:
[Reply to this message]
|