babu wrote: > Hi all, > > I have seen in zend.com about parsing an xml document using php. > i have also seen an interesting article which uses perl or java to move > data from xml to database and vice versa. Does php has such functions to > do so. > > Thanks It certainly does support parsing XML - see http://php.net/xml for all the gory details. Of course, you'll need to write your own code to insert the parsed data into your favourite database. Cheers -- David Robley Everything bows to success, even grammar. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php