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

Subject: Re: [xsl] using position() inside Muenchian groups?
From: Eric Scheid <eric.scheid@xxxxxxxxxxxxxxx>
Date: Fri, 17 Oct 2008 20:05:17 +1100
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.

Current Thread