[xsl] Number error with XALAN

Subject: [xsl] Number error with XALAN
From: "Sascha Assbach" <sascha@xxxxxxxxxx>
Date: Mon, 20 Jan 2003 12:48:32 +0100
Hi there,

i have following problem
in my XSL there is a section containing the following code, which ran
without producing errors with XT
but produces a "Can not convert #NUMBER to a NodeList!" error with XALAN.

What can i do? our new environment forces me to use XALAN

Output is a simple
1) entry
2) entry 2...
..
list.

I believe it's not an fo problem, so i posted it here...

<xsl:variable name="c" select="1"/>
<fo:block space-before="1cm" line-height="10pt">
<xsl:for-each
select="meldung/Grafikauswertungen/MeilensteinTrendAnalyse/Meilensteine/Meil
enstein[not(MeilensteinBezeichnung = '')]">
<fo:block font-size="10pt" font-family="sans-serif"><xsl:apply-templates
select="$c" />) <xsl:apply-templates select="MeilensteinBezeichnung"
/></fo:block>
<xsl:variable name="c" select="$c+1"/>
</xsl:for-each>
</fo:block>

Thanks for any hint in advance,
Sascha


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread