The XHREFlinker
accessor is used to replace named link elements in the
operand document with an HTML link. The named links href is looked up in a
links document supplied as operator.
A named link has the form <link name="mylink">Some text</link>
The operator document must contain a set of link URIs
<links>
<link name="mylink">http://www.1060research.com</link>
...
</links>
In this example the result of the XHREFlinker operations is to replace
<link name="mylink">Some text</link>
with <a href="http://www.1060research.com">Some text</a>
Note: The XHREFlinker is not XLink. It is a simple and convenient named link transformer.