Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bind XML data with a hyperlink
Message
General information
Forum:
Internet
Category:
XML
Miscellaneous
Thread ID:
00417832
Message ID:
00419755
Views:
26
<AccountNum><A HREF="123">123</A></AccountNum>
You probably should just try a CDATA tag aroung the Anchor tag

something like;
<AccountNum>[CDATA[<A HREF="123">123</A>]]</AccountNum>
I think that is the correct syntax anyhow ? :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform