Hyperlink in XML

admin

Administrator
Staff member
Hi,
I want to get a hyperlink to display in an .aspx page the content of which
comes from loading an Xml document.


Cheers.

The XML document looks like this :


<FAQ>

<Question NAME="Is this a test page?">

<Answer>Go to the <a href=http://www.webdeveloper.com/forum/archive/index.php/www.google.com>TEST</a> section to view details.</Answer></Question></FAQ>
 
Back
Top