Click to See Complete Forum and Search --> : '&' charcter in XML string


GCSol
07-04-2003, 10:17 AM
Hi,

In my XML file, I want to access an URL with '&' character like :

<url href="http:://www.url/prg.cgi?type=bidule&layout=muche"/>

The parser indicates that an error occurs caused by '&' character.
How can I do?

Thanks

Khalid Ali
07-04-2003, 08:00 PM
use the
&amp;amp instead of just &

GCSol
07-07-2003, 02:14 AM
Thanks!

Khalid Ali
07-07-2003, 11:58 AM
you are welcome..:p