xsl-list
[Top] [All Lists]

SV: [xsl] Combine content of separate elements

2006-11-17 04:07:20
Hi,
I have a follow-up question to Michael's answer/explanation (below).
Is there any difference between these:

a) select="following-sibling::*[self::para|self::para2][1][self::para2]
b) select="following-sibling::*[self::para2][1]

Or rather:
a) the first following sibling that is a para or para2, provided it is a
para2.
b) the first following sibling that is a para2

I try to see the reason for using the first alternative, but am not able
to...

- Per Osnes.



-----Opprinnelig melding-----
Fra: Michael Kay [mailto:mike(_at_)saxonica(_dot_)com] 

...
select="following-sibling::*[self::para|self::para2][1][self::para2]"/>
...

In English: the first following sibling that is a para or para2, provided it
is a para2.


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