|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: does position () work with old MS namespace
Try this:
<xsl:if test=".[context()!index() $eq$ 1]">
If you want to "reach" further up the context stack, call context() with a
parameter, e.g. context(-1), context(-2), etc. -1 is the default and
selects the current context query.
Also, all expressions must return a node-set in XQL, which is why I used the
dummy '.' with a predicate.
~Andy Kimball
MSXSL Dev
-----Original Message-----
From: Mike Brown [mailto:mike@xxxxxxxx]
Sent: Friday, September 01, 2000 11:01 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: does position () work with old MS namespace
> > Try using [1] instead of [position()=1] (just guessing)
>
> Tried <xsl:if test="[1]">
Yeah that's not going to work. I should have clarified that you can only
use [1] when you're selecting nodes to process (as in apply-templates or
for-each), like /path/to/some/nodes[1] will be the node at position 1 from
among the set selected by /path/to/some/nodes.
If the position you want is relative to nodes that have already been
selected (the current node list, in the context)... then position() is
required. Perhaps MSXML has an alternative you can use. I'd check the docs
at msdn.microsoft.com.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








