Connecting Tech Pros Worldwide Forums | Help | Site Map

Parse XML files with PHP

Mario Jannelli
Guest
 
Posts: n/a
#1: Aug 25 '05
Hullo everybody, gals and guys!

I have been looking for ages for some API to parse a very large XML
file, with thousands of nodes in it.
I needed to parse the XML file and access its nodes and children.
In particular I needed to get certain children from a specified path in
the passed XML file. Unfortunately all the classes I found didn't help
that much (in particular the CXml you find named in Google).. I got an
arry as a result, and it was too difficult to work with it..

But.. luckily I found what I was looking for! It's called MiniXML, you
can download at http://minixml.psychogenic.com/overview.html and
believe me, it's very useful and simple to use!
I am so happy I decided to share this with you! :-)

Take care!

Mario Jannelli


Closed Thread