[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Extracting Unique Nodes

Subject: Re: Extracting Unique Nodes
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Fri, 3 Aug 2001 08:09:28 -0700 (PDT)
 Re: Extracting Unique Nodes
Hi Subramanian,

Use:

/page/data/ASOF_DT[not(.=following-sibling::ASOF_DT)]

and

/page/data1/ASOF_DT[not(.=following-sibling::ASOF_DT)]

respectively.

Hope this helped.

Cheers,
Dimitre Novatchev.

Subramanian, Veera wrote:

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




__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.