xsl-list
[Top] [All Lists]

RE: Comparing node for identity using union

2005-01-19 11:10:20

The $pos is defined like

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

That's certainly a number

I think it's only a number as long as it doesn't get overridden - as
soon as you pass in the value a parameter it becomes a string.

Of course: I missed that.

Shows how useful it is to declare your types in XSLT 2.0.

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