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

get Data BETWEEN FromDate and ToDate

Subject: get Data BETWEEN FromDate and ToDate
From: "Amburose" <ambrose@xxxxxxxxxxxxx>
Date: Fri, 20 May 2005 11:52:00 +0530
get data bock
hi,

i have one xml file. that contain number of employess records with basic
informations like name, age, date of joining ....

now i want how to get particular employees covered  between two different
date of join date(example Fromdate and Todate ).

please tell the me Xpath / XSL expression.


Best Wishes,
amburose









-----Original Message-----
From: Anthony [mailto:apwebdesign@xxxxxxxxx]
Sent: Friday, May 20, 2005 5:26 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  select a node: child of an ancestor


I have the following xml tree, in which I need to
compare the value of <SelectedNode> with <NodeId>
while iterating:


<LeftNavTree>
  <LeftNavParamList>
    <SelectedNode>Link 1.1.1<</SelectedNode>
  </LeftNavParamList>
  <TreeNodeList>
    <TreeNode>
      <NodeID>Link 1</NodeID>
      <NodeContent>...</NodeContent>
      <TreeNodeList>
        <TreeNode>
          <NodeID>Link 1.1</NodeID>
          <NodeContent>...</NodeContent>
          <TreeNodeList>
          <TreeNode>
            <NodeID>Link 1.1.1</NodeID>
            <NodeContent>...</NodeContent>
          </TreeNode>
      </TreeNodeList>
    </TreeNode>
   </TreeNodeList>
  </TreeNode>
</TreeNodeList>
</LeftNavTree>

There could be more than one LeftNavTree, so
originally I was using this xpath:
//p:LeftNavTree/p:LeftNavParamList/p:SelectedNode

But it's concatonating the values of SelectedNode from
both LeftNavTree's. I need an xpath expression that
will grab "the SelectedNode element which is a
descendent of the ancestor LeftNavTree element for the
current node".

Make sense? Hopefully :-)

Anthony
ph: (408) 656-2473
blog: http://www.chovy.com



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

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.