In the SGML world, simple links within a document are mostly done with
IDREF -> ID, e.g.:
<div1 id="chap.beginnings"><head>New Beginnings</head>
<p> ...
...
<p>As we saw earlier in <ref target="chap.beginnings">Chapter 5</ref>,
...
(where the TARGET attribute has type IDREFS). Browsers such as Panorama
recognise and support these links natively.
Is the intention in XML that IDREF(S) attributes are only supported "for
compatibility", and that the XML simple link should be used instead,
i.e.:
...
<p>As we saw earlier in <ref HREF="#chap.beginnings">Chapter 5</ref>,
...
(where REF is now defined as having attribute XML-LINK="simple") ?
This obviously has implications for XML processors.
Richard Light.
>xml-dev: A list for W3C XML Developers
>Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
>To unsubscribe, send to majordomo@ic.ac.uk the following message;
>unsubscribe xml-dev
>List coordinator, Henry Rzepa (rzepa@ic.ac.uk)