|
Subject: Re: XSLT feature request - element value templates! From: David Carlisle <davidc@xxxxxxxxx> Date: Wed, 28 Jun 2000 16:25:28 +0100 (BST) |
<a href="{$OUTPUT_DIRECTORY}/{base_filename}.html">
<xsl:value-of select="$OUTPUT_DIRECTORY" />
<xsl:text>/</xsl:text>
<xsl:value-of select="base_filename" />
<xsl:text>.html</xsl:text>
</a>
well this is a bit nearer what you want?
<a href="{$OUTPUT_DIRECTORY}/{base_filename}.html">
<xsl:value-of select=
"concat($OUTPUT_DIRECTORY,'/',base_filename,'.html')" />
</a>
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: XSLT feature request - element , Richard Light | Thread | Re: XSLT feature request - element , Warren Hedley |
| xml param, Yasser El-Zein | Date | RE: variable dtd path, Kevin Williams |
| Month |