Subject: Re: xsl:when evaluated not=""
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 8 Sep 2000 15:09:22 GMT
|
> Untested code follows:
which can't work, as
> <xsl:variable name="directory">
This is XSL, but your next line
> <xsl:eval>getDirectory(this.getAttribute('page'))</xsl:eval>
is the-language-known-as-xsl-in-ie5-if-you-havent-installed-msxml3-and-run-xmlinst
which is a completely different language. You can use either, but not
both at the same time.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|