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: xsl:when evaluated not=""



> 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

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