xsl-list
[Top] [All Lists]

Re: [xsl] Preceding siblings test

2010-09-16 14:50:51
note that the supplied solution only works for a and b elements
_between_ item elements (exactly as you asked). A and B elements before
the first item will be ignored.

No, Martin's and my solution do report "<a/>" before the first
<item>, see output taken from my last posting on this.
Perhaps that output shuld have been printed out in order
"<a/><item>...</item>" to avoid the confusion.


$ xsltproc pre.xsl list.xml


<item>...</item><a/>

<item>...</item><b/><b/><a/>
<item>...</item>

<item>...</item><a/><a/>

$

Mit besten Gruessen / Best wishes,

Hermann Stamm-Wilbrandt
Developer, XML Compiler, L3
Fixpack team lead
WebSphere DataPower SOA Appliances
----------------------------------------------------------------------
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294



From:       Ruud Grosmann <r(_dot_)grosmann(_at_)sdu(_dot_)nl>
To:         xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Date:       09/16/2010 03:12 PM
Subject:    Re: [xsl] Preceding siblings test



On 09/14/10 19:28, Hintz, David wrote:
Thanks, Martin and Hermann.  That looks like it will do the trick.  I
forgot to state that we're using XSLT 2.

Hi David,

note that the supplied solution only works for a and b elements
_between_ item elements (exactly as you asked). A and B elements before
the first item will be ignored.

regards, Ruud


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




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