| 
 
Subject: [xsl] Sub: returning  unique node in am xml  From: "Sai, Mukundan (IE10)" <Sai.Mukundan@xxxxxxxxxxxxx> Date: Thu, 13 Feb 2003 04:40:02 -0700  | 
  hi everybody ...
 this is my problem ....
 in a xml i have the following 
  <root>
     <customers>
	  <orderid/>
          <orderdate/> 
     </customers>
    <customers>
         <orderid/>
         <orderdate/> 
    </customers>
    <orders>
          <orderId/>
          <orderdate/>
    </orders>
</root>
i want to get only the unique child nodes of root .. ie .. i want only
customer,orders and 
not customers , customers, orders . 
 how do i do that ?
the next part of my question  is an extension of the previous question  ..
given a nodes can i in anyway determine  which occurence is it .. that is 
when i am accessing the first customer node ... i should know that i am
processing the first
customer node ..
if i am accessing the second customer node is there anyway of knowing that i
am accessing
the second customers node.
thanks in advance for the help 
Mukund 
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] scoping inside a select s, Wendell Piez | Thread | Re: [xsl] Sub: returning unique no, Agnes Kielen | 
| Re: [xsl] converting xsl-wd to xsl1, David Carlisle | Date | RE: [xsl] Variables, Michael Kay | 
| Month |