this can be as simple as:
<students xlink:href="students.xml"> The list of
students.</students>
assuming the following element declaration:
<!ELEMENT student ANY> <!ATTLIST student xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink/namespace/" xlink:type CDATA #FIXED "simple" xlink:href CDATA #REQUIRED xlink:role CDATA #IMPLIED xlink:title CDATA #IMPLIED xlink:show (new|embed|replace) "replace" xlink:actuate (onRequest|auto) "onRequest" >
11 of 18 |