Re: How to generate HTML with dynamic attibutes?

Subject: Re: How to generate HTML with dynamic attibutes?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Oct 1999 12:28:52 +0100 (BST)
> How to write the well-formed xsl stylesheet to avoid hard-coded HREF
> and SRC attributes?

<xsl:template match="foo">
  <a href="{@link}"><img src="{@bitmap}"/></a>
</xsl:template>

not tested

david


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


Current Thread