Re: [xsl] A smarter choose operation XSL 1.1

Subject: Re: [xsl] A smarter choose operation XSL 1.1
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Tue, 16 Jun 2009 12:09:45 -0700
On Tue, Jun 16, 2009 at 9:58 AM, Karl Stubsjoen<kstubs@xxxxxxxxx> wrote:
> 2 Things. B What is prefix "vrtf" stand for and is and is the variable
> defined as vOne correct?
>
> B  B  B <xsl:template match="/">
> B  B  B  B <xsl:variable name="vOne" select=
> B  B  B  B "document('')/*/xsl:variable[@name='vrtfOne']"
> B  B  B  B />

Just delete these <xsl:variable>. It is a leftover from something I
was doing previously. Both Saxon and .NET XslCompiledTransform don't
report an error for an unused <xsl:variable> (lazy evaluation) and
this is why I don't/didn't see this error.



--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play

Current Thread