I have a simple XML file that contains news about our site. I want to be able to put links into the XML so that when shown with an XSLT they appear as links. How can I do this?
ex. I want <a href="mailto:someone@somewhere.com">Dude</a> to appear as Dude
ex. I want <a href="mailto:someone@somewhere.com">Dude</a> to appear as Dude