Re: [xsl] Creating a number new nodes in a tree based upon a numeric value

Subject: Re: [xsl] Creating a number new nodes in a tree based upon a numeric value
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 09 Jan 2001 16:34:42 +0000
Oops (Robert):

At 02:10 PM 1/9/01 +0000, I wrote:
<xsl:for-each select="//*[position() &lt;= @Value]">

which should have been (for your data)


<xsl:for-each select="//*[position() &lt;= Value]">

See how confused it can be trying to do things the wrong way.

--Wendell

======================================================================
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
======================================================================


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



Current Thread