This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: how to get the next node after one node


Something like that!

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

HTH!

Dion

-----Original Message-----
From: Ming Yu [mailto:myu@lanl.gov] 
Sent: Tuesday, August 20, 2002 3:52 PM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]