xsl-list
[Top] [All Lists]

Re: [xsl] Is a variable referencing a node

2008-09-29 12:02:06
2008/9/29 David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk>:

...as long as RTFs come after input nodes document order?   (I think
they do...)

the order of a document nodes is unspecified, the question doesn't
arise with RTF as it's an error to use them with | as you can't use a
string in that context.


oh... that must be another issue with running a 1.0 stylesheet with a
2.0 processor then (I did quick test in kernow's xslt sandbox which
uses Saxon 9.x)

In which case you could do:

        <xsl:variable name="dash">--</xsl:variable>
        <xsl:value-of select="(/foo/bar|document('')//xsl:variable)[1]"/>

...but that's getting silly :)



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>
--~--