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]

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


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