xsl-list
[Top] [All Lists]

RE: [xsl] Numbering: position() ?

2007-01-10 06:40:12
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>
--~--