xsl-list
[Top] [All Lists]

selecting the following-sibling in recursive search...

2005-11-17 06:16:56
Hi,

I have the following XML fragment..
<main>
<list>
  <item/>
</list>
<table/>
<p name="head1"/>
<p name="head2"/>
<list>
  <item/>
</list>
<p name="head3"/>
<list/>
</main>

In my XSL, i want to search the following-sibling of
<list> item.
so, from the first <list> i am selecting the
following-siblings
it should select only sibling before the next <list>.
like <table/>,  <p name="head1/> and <p
name="head2"/>. 

How to do that search criteria in the XSL?

Thanks in advance

Raj



                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--