Re: [xslt] xsl:number format="{$...}"
- From: "Sebastian Rahtz" <sebastian rahtz computing-services oxford ac uk>
- To: xslt gnome org
- Subject: Re: [xslt] xsl:number format="{$...}"
- Date: Sun, 15 Jul 2001 13:29:26 +0100
Daniel Veillard writes:
> try the enclosed patch, no guarantee it will solve the problem
> in a completely generic fashion but it seems to work on your example.
thanks! it works, but shows another problem. If we take as input
<a><a/><a/><a><a/><a/></a></a>
and XSL
<xsl:template match="/">
<xsl:for-each select=".//*">
<xsl:number format="1" level="multiple"/>:
</xsl:for-each>
</xsl:template>
then libxslt offers
11:
12:
13:
131:
132:
instead of
1.1:
1.2:
1.3:
1.3.1:
1.3.2:
as given by other processors.
sebastian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]