[xsl] Extracting Unique Nodes

Subject: [xsl] Extracting Unique Nodes
From: "Subramanian, Veera" <Veera_Subramanian@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 3 Aug 2001 10:38:38 -0400
Hi,
   Iam finding it difficult to extract distinct nodes from XML. Please see the sample xml below.

<?xml version="1.0"?>
<page>
  <data>
     <ASOF_DT>1</ASOF_DT>
     <ASOF_DT>1</ASOF_DT>
     <ASOF_DT>3</ASOF_DT>
     <ASOF_DT>5</ASOF_DT>
  </data>
  <data1>
     <ASOF_DT>5</ASOF_DT>
     <ASOF_DT>5</ASOF_DT>
     <ASOF_DT>7</ASOF_DT>
  </data1>   
</page>

How can i write an xpath expression to extract distinct asof_dt under <data> & <data1> seperately.

Picking distinct list under data , should bring 1,3,5
Picking distinct list under data1 , should bring 5,7
 

Regards
Veera


________________________________________________________________
The information contained in this message is intended only for the recipient, may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please be aware that any dissemination or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the message and deleting it from your computer.

Thank you,
Standard & Poor's

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread