3.2.0

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

June 20,
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)
June 20,
Thank Alex.

What is or where can i find the CDATA section?

Tkx

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

I found the documentation i needed and its already working.

Fernando
June 27,

This topic is archived.

See also:


Back to support forum