Re: context position incorrect

Subject: Re: context position incorrect
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Jun 2000 09:46:28 +0100 (BST)
Randall Parker wrote
> Steve,

> I believe that it is working correctly

No. The reported output was incorrect, xt for example gives

<?xml version="1.0" encoding="utf-8"?>

 *1*
 position = 1
 last = 4
 *5*
 position = 2
 last = 4
 *6*
 position = 3
 last = 4
 *7*
 position = 4
 last = 4


> The positions reported are the positions in the parsed tree.
That looks to be what the system is doing but it should not do that it
should report the position in the current node list, and as the 
node list is selected by
	<xsl:apply-templates select="item[@include='yes']"/>
that list only contains the "yes" nodes.

David


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


Current Thread