Updated XLink Question in XML Data File and XSL

Subject: Updated XLink Question in XML Data File and XSL
From: "Travis DYKES"<tdykes@xxxxxxx>
Date: Tue, 14 Sep 1999 14:47:02 -0400
This is the updated question with the sample code from the data file and xsl
file I am using.


I was reading a question from August 4, about putting an XLink in a data file
and calling it at a specifice point in XSL.  Has anyone had any success in
implementing this solution?  I have been trying to find a method for doing this,
but have come up empty.  I can't seem to reference the link.  I have been trying


XML Data File Code:

<PICK_UP_DATE xml:link="simple"
href="http:/www.lmi.org">1999/08/30</PICK_UP_DATE>



XSL Code:

<a>
      <xsl:attribute select="./PURPOSE_CODE">
                     <xsl:value-of select="./PICK_UP_DATE"/>
       </xsl:attribute>
</a>

but that doesn't seem to work.  Any help would be appreciated.

Thank You,
Travis Dykes


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread