:: Forum >>

Link in a XML archive

Im creating a XML file and loading this file into a grid. my question is: can I add a url link into a xml file, like this?

<url> <a href="http://www.mydomain.com">Some Data</a> </url>

I remember I coud this with a early release of this lib, but actually i Can not.

Thanks in advice.

FC

Monday, June 20, 2005
I guess you should escape < and > symbols (&lt; and &gt;) or use CDATA section. Otherwise your <a> node is part of XML structure, not node value.
Alex (ActiveWidgets)
Monday, June 20, 2005
Thank Alex.

What is or where can i find the CDATA section?

Tkx

Fernando
Tuesday, June 21, 2005
http://www.w3schools.com/xml/xml_cdata.asp
Alex (ActiveWidgets)
Tuesday, June 21, 2005
Thanks Alex!!

I found the documentation i needed and its already working.

Fernando
Monday, June 27, 2005

This topic is archived.


Back to support forum

Forum search