Hi,
I'm looking to parse some CXML in PHP...basically all I'm looking to get the value of tags and attributes within it..
how can this be done...
Thanks,
Hi,
I'm looking to parse some CXML in PHP...basically all I'm looking to get the value of tags and attributes within it..
how can this be done...
Thanks,
PHP XML Parser is what you're after. Go through that documentation and ask more specific questions if you have any particular trouble with it.
Also, SimpleXML lets you use XPath expressions, which can come in very handy if you know exactly what you're looking for in the XML document you want to parse.