xsl-list
[Top] [All Lists]

Re: [xsl] A smarter choose operation XSL 1.1

2009-06-16 15:10:14
On Tue, Jun 16, 2009 at 9:58 AM, Karl Stubsjoen<kstubs(_at_)gmail(_dot_)com> 
wrote:
2 Things.  What is prefix "vrtf" stand for and is and is the variable
defined as vOne correct?

     <xsl:template match="/">
       <xsl:variable name="vOne" select=
       "document('')/*/xsl:variable[(_at_)name='vrtfOne']"
       />

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>