- SimpleXML: A very well written and comprehensive article/tutorial.
- SimpleXML Functions: SimpleXML functions list with good examples from php.net
- PHP XML SimpleXML: w3schools tutorial.
Saturday, May 3, 2008
SimpleXML - simple way to parse XML in PHP
This morning I needed to write a PHP script that parses an XML file. I could do it easily with regular expressions - as I can play very well with regexp :). But I was looking for an easier & simpler way to parse XML using PHP, as I thought there must be a very simple way. And I was right, I found SimpleXML. SimpleXML makes XML processing really simple. Here I give links of some excellent (and simple!) resources of SimpleXML:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment