Xlink and XPointer can be accessible, and their linking/pointing semantics may be recognized with certainty.
How? Here is an example using links that can be recognized reliably by XLink applications.
Code:
<myxlink xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://www.seoworkers.com/example.xml">
List of resources
</myxlink>
What is the difference?
User Agents have no way of knowing this is a link if implemented like below:
Code:
<mylink linkend="http://mysite/myfile.xml">
Current List of references
</mylink>
But I still do not see a way making them accessible when events like "onLoad" will be implemented.
Anyway, I think we are clear after all, and we better stop the topic here as we went far off topic. OK bro?