By piccoloprincipe
via phpmaster.com
Submitted: Feb 13 2013 / 14:16
Parsing XML essentially means navigating through an XML document and returning the relevant data. An increasing number of web services return data in JSON format, but a large number still return XML, so you need to master parsing XML if you really want to consume the full breadth of APIs available.
Add your comment