Hello,
I am trying to find out what the right syntax/command is to display xlink
attributes described in an XML file. I am using the "courseload" example
from W3's XLink Spec (see the excerpts shown below). Can someone help me
or point me to some examples on what the stylesheet looks like for printing
the "person" attributes below.
Thanks in advance.
<courseload xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="Course
Load for Pat Jones">
<person
xlink:href="students/patjones62.xml"
xlink:label="student62"
xlink:role="http://www.example.com/linkprops/student"
xlink:title="Pat Jones" />
<person
.....
....../>
</courseload>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|