Subject: Re: XSLT feature request - element value templates!
From: Warren Hedley <w.hedley@xxxxxxxxxxxxxx>
Date: Wed, 28 Jun 2000 13:04:46 -0400
|
David Carlisle wrote:
>
> 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>
This certainly flattens my argument somewhat. I must admit, I'd
never noticed that concat() could take an unlimited number of
arguments - I actually have some stylesheets that have
concat(concat(a, b), c) kind of stuff.
I guess the point is that a solution with a syntax consistent with
the AVT syntax would be desirable, less confusing for the XSLT newbie,
and more re-usable.
--
Warren Hedley
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|