Does anyone know how to use links in an XML file, or how to link XML data at all?
Let's say i got an XML file w/ the following data:
PHP Code:
<news>
<by>me</by>
</news>
And I want to link me to an e-mail:
PHP Code:
<a href="mailto:my-email@here.com">me</a>
Does anyone know how to do link the data in <by> in the XML file?