RE: [xsl] ahref

Subject: RE: [xsl] ahref
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 25 Apr 2001 17:11:08 +0100
> 		<xsl:attribute name="href"><xsl:value-of
> select="/interAgency/conRec[contactID=
> $newcontactID]/file"/></xsl:attribute>

You want

> 		<xsl:attribute name="href"><xsl:value-of
> select="/interAgency/conRec[contactID=
> $newcontactID]/file/@href"/></xsl:attribute>

Mike Kay
Software AG

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


Current Thread