xsl-list
[Top] [All Lists]

RE: node sibling

2002-08-29 01:40:35
Hi,

Hi all,
How can I get the value of a node sibling?
Thx

  <xsl:value-of select="preceding-sibling::node()[1]" />

or

  <xsl:value-of select="following-sibling::node()[1]" />

It would be easier if you read the XPath spec,

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • node sibling, Alia Mikati
    • RE: node sibling, Jarno . Elovirta <=