XSL command for XLink attributes?

Subject: XSL command for XLink attributes?
From: Eliza.Khosrova@xxxxxxxxxxxx
Date: Tue, 15 Aug 2000 11:24:04 -0700
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


Current Thread