Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Dates

Status
Not open for further replies.

thuraivan

Technical User
Joined
Dec 11, 2001
Messages
8
Location
IN
Hi...

I have the following XML file :

<?xml version=&quot;1.0&quot;?>

<QuestionBank>
<Question ID=&quot;32&quot; Owner=&quot;Thuraivan&quot; Date=&quot;30/11/2001&quot;
Visibility = &quot;0&quot;>
<TextOfQuestion> This is the text of First
Question </TextOfQuestion>
<Answer Owner =&quot;Ram&quot;> This is an Answer </Answer>
</Question>

<Question ID=&quot;33&quot; Owner=&quot;Ravi&quot; Date=&quot;16/12/2001&quot;
Visibility = &quot;1&quot;>
<TextOfQuestion> This is the text of Second
Question </TextOfQuestion>
<Answer Owner =&quot;Keith&quot;> This is an Answer </Answer>
</Question>
</QuestionBank>

Supposing if i want to retrieve the values of the ChildNodes of <Question> based on a &quot;From Date&quot; and &quot;To Date&quot;, which is collected from the user at Run-time, how should i go about doing it...

Thanks...
Thuraivan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top