This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XSLT feature request - element value templates!


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]