xsl-list
[Top] [All Lists]

Re: [xsl] absolute position() of TEI pb

2016-06-20 13:00:40
On 20.06.2016 19:54, Steven D Majewski 
steve(_dot_)majewski(_at_)gmail(_dot_)com wrote:

You can use
 <xsl:variable name="pos" as="xs:integer">
   <xsl:number level="any"/>
 </xsl:variable>


Thanks! I was thinking I needed a magic xpath or function

You could also use
  count(. | preceding::pb)
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>