[PHP] XML data to associative array From: A. Giacomelli (andreag <email protected>)
Date: 09/26/00

Hi,

I have the descriptions of some data in XML format, and I would like to
integrate these descriptions into a site built in PHP, using the XML
parser based on expat.

The simplest option I can think of is to re-map my XML data to an
associative array, after which I can apply my "style transformation" via
PHP.

>From the examples provided in the reference manual and from searches in
the archives I have not found reference to similar approaches, so I
would like to understand whether this solution makes sense.

Thanks in advance for any feedback,

-- 
=========================================
Andrea Giacomelli
Centre for Advanced Studies, Research and
Development in Sardinia
Environment Group

http://www.crs4.it/~andreag =========================================

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>