xsl-list
[Top] [All Lists]

Re: [xsl] using position() inside Muenchian groups?

2008-10-17 05:05:09
One final update .. I don't know if other environments behave differently,
but with Filemaker's XML/XSL export I had to change this line:

  <xsl:variable name="this-role"><xsl:number/></xsl:variable>

to this:

  <xsl:variable name="this-role"><xsl:number level="single"
      count="fm:DATA"/></xsl:variable>

otherwise <xsl:number/> was producing "" (and number($this-role) was
producing NaN).

e.


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