[xslt] xsl:number level="multiple"
- From: "Sebastian Rahtz" <sebastian rahtz computing-services oxford ac uk>
- To: xslt gnome org
- Subject: [xslt] xsl:number level="multiple"
- Date: Wed, 18 Jul 2001 23:12:03 +0100
consider
<a>
<a>
<a></a>
<a></a>
</a>
<a></a>
</a>
processed by
<xsl:template match="a">
<xsl:number level="multiple" format="1" />
<xsl:apply-templates/>
</xsl:template>
The libxslt output is 1 11 111 112 12, which is surely not right?
Sebastian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]