xsl-list
[Top] [All Lists]

RE: get Data BETWEEN FromDate and ToDate

2005-05-20 00:43:20

Hi Mukul,   :-)

no, that is just one xml file have set of note list example that XML file

<Employees>
<Employee Empname="Raj" Empname="Raj" DOJ ="02/04/2005"   SftTime="0030"

<Employee Empname="Rajkumar" DOJ ="02/04/2005"   SftTime="0030"     >
<Employee Empname="Raja" DOJ ="03/04/2005"   SftTime="0000"     >
<Employee Empname="Ravi" DOJ ="04/04/2005"   SftTime="2330"     >
<Employee Empname="john" DOJ ="05/04/2005"   SftTime="1600"     >
<Employee Empname="gopi" DOJ ="06/04/2005"   SftTime="0100"     >
<Employee Empname="ajith" DOJ ="13/04/2005"   SftTime="2200"     >
</Employees>

i want to filter only employees in DOJ between 05/04/2005 and 13/04/2005
these date. thatsall.

tell me one good solution. i use normal namespace for xsl sheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; only

tell me filter expresstion.  :-)

Best Regards,

Ambu.





-----Original Message-----
From: Mukul Gandhi [mailto:mukul_gandhi(_at_)yahoo(_dot_)com]
Sent: Friday, May 20, 2005 12:32 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] get Data BETWEEN FromDate and ToDate


Hi Amburose,
   I think you may do this using XSLT 2.0 function ..

date-greater-than($arg1 as xs:date, $arg2 as xs:date)

(This will allow you to compare dates)

Regards,
Mukul

--- Amburose <ambrose(_at_)padashala(_dot_)com> wrote:

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(_at_)yahoo(_dot_)com]
Sent: Friday, May 20, 2005 5:26 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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



--~------------------------------------------------------------------
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>
--~--



--~------------------------------------------------------------------
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>
--~--





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


--~------------------------------------------------------------------
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>
--~--


--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>