Quote Originally Posted by whoa002
How are you using links within the xml? I can never seem to get that to work.. the xml just things its a new element when it sees the <a> tag. Do you have some script checking that?
Set your dynamic textbox to html (textbox.html = true)
Then, instead of using a nodeValue, get the textBox to display the element itself, thus the <a> tag will become a link....