[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] need to write multiple branching tree hierarchies as numbered lists
Subject: Re: [xsl] need to write multiple branching tree hierarchies as numbered lists
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 02 Apr 2007 15:42:32 -0400
|
Mark,
If I remember your data and problem right, yes. (More or less. I'm
suspicious of that for-each select: it makes assumptions about its
context. But this is more or less pseudo-code isn't it.)
Cheers,
Wendell
At 11:54 PM 3/31/2007, you wrote:
So all I have to do is this?:
<xsl:for-each select="step[not(step)]">
<ol>
<xsl:for-each select="ancestor-or-self::step">
<li>...</li>
</xsl:for-each>
</ol>
</xsl:for-each>
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
|