xsl-list
[Top] [All Lists]

RE: How to get preceding-siblings that appear before a certain text

2005-09-29 05:17:37
But what i'm getting, because of the
following-sibling::xref, all of the xref and not the
xref that that appear before the next text() node. Is
there a way to achieve this?


In 2.0 you can do

<xsl:variable name="next-text-node" select="...."/>
<xsl:for-each select="following-sibling::xref[. << $next-text-node]">

Michael Kay
http://www.saxonica.com/



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



<Prev in Thread] Current Thread [Next in Thread>