How do I include a link to another document in XML?
The link is in the XML file linking
to another document
like a <a
href="anotherfile.html">Link to another file</a> in HTML. except I want to use the XML
equivalent
I don't want to use XML Namespaces as they do not work properly for this
purpose
|