This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: context position incorrect



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]