XLink Simple Links Examples |
A simple link on an user-defined element
<A xlink:type="simple" xlink:href="http://www.w3.org/TR/wd-xlink/" xlink:title="The Xlink Working Draft">The XLink Working Draft.</A>
A simple link using the predefined element
<xlink:simple href="http://www.w3.org/TR/wd-xlink/" title="The XLink Working Draft">The XLink Working Draft</xlink:simple>
The same with all attributes
<xlink:simple href="http://www.w3.org/TR/wd-xlink" role="working draft" title="The XLink Working Draft" show="replace" actuate="user"> The XLink Working Draft.</xlink:simple>
9 of 13 |