xsl-list
[Top] [All Lists]

RE: Comparing node for identity using union

2005-01-19 07:00:49
The $pos is defined like 

      <xsl:param name="pos" select="0"/>

That's certainly a number, and since positions start at 1, xyz[$pos] should
always be an empty sequence (node-set). If, as you say, one processor is
behaving differently from all the others, then that's prima facie evidence
of a bug.

Michael Kay
http://www.saxonica.com/


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