RE: [xsl] how to get the next node after one node

Subject: RE: [xsl] how to get the next node after one node
From: "Dion Houston" <dionh@xxxxxxxxxxxxx>
Date: Tue, 20 Aug 2002 15:13:27 -0700
Something like that!

It's: /A/B/C/following-sibling::*[1]

HTH!

Dion

-----Original Message-----
From: Ming Yu [mailto:myu@xxxxxxxx] 
Sent: Tuesday, August 20, 2002 3:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] how to get the next node after one node

Hi,

I would like to get the whole node after node <C> </C> but the tag name
is 
unknown.

<A>
	<B>
		<C>sample</C>
		 <unknow_tag>sample2</unknow_tag>
	</B>
<A>

Can you use anything like node::after(/A/B/C) to get the node after <C>?

Thanks.

Ming


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


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


Current Thread