xsl-list
[Top] [All Lists]

Re: Restricting the scope of preceding:: and following::

2006-01-04 03:26:22
On Tue, 2006-01-03 at 16:24, Geert Josten wrote:
(taken from http://www.zvon.org/xxl/XSLTreference/Output/axis_following.html)

 >>>
Axis: following::

Standard excerpt:
the following axis contains all nodes in the same document as the context 
node that are after the 
context node in document order, excluding any descendants and excluding 
attribute nodes and 
namespace nodes
<<<

Note the part "excluding any descendants"!

Perhaps you are looking something is the line of:
(descendant::*|following-sibling::*|ancestor::*[count(ancestor::s|$sentence) 
= 
1]/following-sibling::*/descendant::*)/@type

Not so much that as the fact that it appears to be ignoring the
test count(ancestor::s|$sentence)=1 because it is processing
all following:: elements in the document instead of being limited
to those within the same sentence as the context element.

///Peter



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--