xsl:number: basic pattern to remote parent

Subject: xsl:number: basic pattern to remote parent
From: "Victor Zamouline" <desafinado@xxxxxxxx>
Date: Thu, 22 Oct 1998 23:29:59 +0200
What do the specifications say about the following:

<root>
<a>
    <b>
        <c>
        ...
        </c>
    </b>
</a>
</root>

===

...
<xsl:template match="a/b/c">
    <xsl:number level="single" count="a"/>
</xsl:template>
...

Is it normal that the number prints "0" all the time?

Victor.



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


Current Thread