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

Subject: [xsl] how to get the next node after one node
From: Ming Yu <myu@xxxxxxxx>
Date: Tue, 20 Aug 2002 15:51:56 -0700
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



Current Thread