[PHP] Re: reading XML

2008-11-21 Thread Carlos Medina
Hi Angelo, try this: http://pear.php.net/manual/en/package.structures.structures-datagrid.structures-datagrid-datasource.xml.php regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: reading XML

2008-11-21 Thread Nathan Rixham
Angelo Zanetti wrote: What is the simplest way to accomplish this small challenge? you could give this a go if you like (one i made earlier): http://programphp.com/xmlparser.phps - class at the top, usage at the bottom. it simply turns xml into an associated array, using regex; just teste