Subject: Re: using parameters in filters?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 26 Feb 2001 09:35:35 GMT
|
> but here's a newsflash "WHAT FRIGGIN GOOD IS PARAMETERS IF YOU CAN'T INSERT
> THEM EVERYWHERE" :)
In C can you use variables as in
a = " + "
c = 1 a 2
?
IN XSLT as in most languages, variables contain constructs of the
languages data model not fragments of expression syntax.
Lisp has an eval construct to support this kind of behaviour.
Such a thing could be added to XSLT, see saxon's saxon:evaluate
extension.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|