xsl-list
[Top] [All Lists]

Re: [xsl] Numbering: position() ?

2007-01-10 06:41:17
Thank you so much, that's it.

Best regards
Sven

Michael Kay wrote:
Okay, this works:

<xsl:number from="book" level="any"/>

Is it possible to assign it to a variable?

<xsl:variable name="v">
  <xsl:number from="book" level="any"/>
</xsl:variable>

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





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