|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: newbie question: nested tags
Jeff,
>I'm guessing the "url" is an element within scope that has the desired
>url string within it's text node(s)?
>
>If so, then...
>
><a>
> <xsl:attribute name="href"><xsl:value-of select="url"/></xsl:attribute>
> link
></a>
>
Not wrong, but clumsy. You need to look up attribute value templates
too, which gives you:
<a href="{url}"> link </a>
Regards,
Trevor Nash
--
Traditional training & distance learning,
Consultancy by email
Melvaig Software Engineering Limited
voice: +44 (0) 1445 771 271
email: tcn@xxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








