Subject: RE: [xsl] xsl:number and conditional From: "Michael Kay" <mike@xxxxxxxxxxxx> Date: Thu, 2 Jun 2005 02:31:28 +0100 |
> > Put simply, Saxon will not allow this: > > > > <xsl:number level="any" select="$footciteable" > > count="footnote|citation[not(ancestor::footnote)]"/> > > Ah, I see what you mean: it doesn't work if you leave out the > for-each. That's a bug. I haven't been able to identify a bug here. If the function is: <xsl:function name="bib:footcite" as="xs:string"> <xsl:param name="footciteable" as="element()"/> <xsl:number level="any" select="." count="footnote|citation[not(ancestor::footnote)]"/> </xsl:function> then Saxon complains rightly that there is no context item (note the select="."). If you change it to: <xsl:function name="bib:footcite" as="xs:string"> <xsl:param name="footciteable" as="element()"/> <xsl:number level="any" select="$footciteable" count="footnote|citation[not(ancestor::footnote)]"/> </xsl:function> then it runs correctly. Michael Kay http://www.saxonica.com/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] key() function issue, Michael Kay | Thread | [xsl] Problem matching part of a st, Kent Seegmiller |
[xsl] key() function issue, Bruce D'Arcus | Date | Re: [xsl] Frustrated with xxx:node-, Dimitre Novatchev |
Month |