Hello All, I am a .net developer, now trying to learn PHP for the first time. .Net provides API to parse complex XML files. How one can achieve this using PHP? I have some samples which uses basic XML files. I am using XML structure having attributes included in it. Please help to achieve this. Thanks in advance. :)
+1
A:
There are several more or less built-in ways to handle XML in PHP.
You can find an overview here: http://de3.php.net/manual/en/refs.xml.php
I like simpleXML the best.
Pekka
2009-10-31 14:16:32