URGENT help needed!

OK, I’m loading in text from an XML file and I want to include a link in the text. I put a node in XML like this:


<ARTICLE>Heres <a href='http://www.kirupa.com'>here</a></ARTICLE>

And set the dynamic text box to “Render Text as HTML” but when I test the movie, it only shows the text up until the point where the link should be and then nothing!

Any help would be AWESOME as I’ve actually got a deadline for 45 minutes!

Thank you,
David Fox

“silly brackets < tricks are for kids!”

I’d say the fact that your element ARTICLE and the first anchor tag are causing you issues? chechik this out:

http://www.criticism.com/dita/structuring_docs.html

Yeah, I just discovered it a while before you posted that and fixed it by using “< and >” instead of “< and >”.

I’m reading your article for a more practical way around this though so thanks mate.