Extract code from XML

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 

 


Hi all,

I have the following snippet of XML:

Code:

  <HotelDetails>

                          <Hotel HasExtraInfo="true" HasMap="true" HasPictures="true">

                                                            <Item Code="AME"><![CDATA[ AMERICAN ]]></Item>

I need to get the Code for the item, IE get the value "AME" from the XML. I am using PHP5 and the following code which I can extract the value of the Item: "AMERICAN".

PHP Code:

 $hotelElements = $xpath->query( 'HotelDetails/Hotel', $searchHotelPriceReponseElement );

    foreach( $hotelElements as $hotelElement ) {

        $item = $xpath->query( 'Item' , $hotelElement );

I know you can use an @ sign but I am not 100% sure.

Thanks in advance.

Kind regards,
Angelo Zanetti
Application Developer


Telephone: +27 (021) 552 9799
Mobile:       +27 (0) 72 441 3355
Fax:            +27 (0) 86 681 5885

Web:
http://www.elemental.co.za
E-Mail: angelo@xxxxxxxxxxxxxxx

 


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux