ID/IDREF is the only linking facility built into XML 1.0.
<element id="name"> asserts an ID
<element target="name"> links to an ID
<element targets="name1 name2"> links to several IDs
ID and IDREF are attribute types in XML
Copyright © 2001 Norman Walsh