Hi,

Thursday, June 10, 2004, 2:28:06 AM, you wrote:

DC> anyone know why my parser is not reading just the internal part of this tag?
DC> Is the cdata in the correct format?
DC> <AccommodationName>&lt;![CDATA[HOTEL AC MALAGA
DC> PALACIO]]&gt;</AccommodationName>

DC> --
DC> Diana Castillo
DC> Global Reservas, S.L.
DC> C/Granvia 22 dcdo 4-dcha
DC> 28013 Madrid-Spain
DC> Tel : 00-34-913604039
DC> Fax : 00-34-915228673
DC> email: [EMAIL PROTECTED]
DC> Web : http://www.hotelkey.com
DC>       http://www.destinia.com


It could be the &lt; and &gt; instead of< > that is upsetting it
<[cdata[ starts and  ]]> ends the cdata section

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to