filter xml and sort xml

This is a discussion on "filter xml and sort xml" within the Other Programming Languages section. This forum, and the thread "filter xml and sort xml are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 2nd, 2006, 01:27
New Member
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Red face filter xml and sort xml

Hello everyone,

I am a newbie to xml and I urgently need help for the following.
Any help is greatly appreciated.


I have an xml which stores files uploaded, as follows:

<?xml version="1.0">
<files>
<file id="1" name="file.asp" lastupdated="3/2/06 09:20:29AM">
<file id="2" name="file.doc" lastupdated="3/2/06 11:30:45AM">
<file id="3" name="file.xml" lastupdated="3/2/06 10:40:30AM">
............
............
</files>

and in another html file,I have a few hyperlinks as follows:

last uploaded in
1 hour -> this is a hyperlink
2 hour -> this is a hyperlink
3 hour -> this is a hyperlink

upon clicking the hyperlink, I need to show files uploaded within the specific hour (clicked by user).

I understand that XSL may be required to do the sorting and filtering?
How do I go about working on it?

Besides displaying all the files uploaded within the specific hour.
How can I set such that only the last 10 are displayed only?

I am using ASP (VB) for coding.

Thank you.

Best Regards.

Last edited by alcove; Mar 2nd, 2006 at 01:34.
Reply With Quote

  #2 (permalink)  
Old Apr 17th, 2006, 03:01
Anonymous User
Guest
Posts: n/a
Re: filter xml and sort xml

You can use the Micosoft XML library in ASP to work with XML (load XML, sort nodes etc.) or you could use XSL to transfor the XML but if you wish to sort / filter by dates then XSL might not be the best way as there are no internal functions for comparing dates.
Reply With Quote
Reply

Tags
filter, xml, sort

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
timing issue for filter table tweakmy JavaScript Forum 2 Nov 30th, 2007 12:48
easiest filter alexgeek PHP Forum 16 Aug 24th, 2007 15:44
Link filter question Zonglars Webforumz Cafe 4 Jul 28th, 2007 00:33
Nicotine Cigarette Filter webit123 Free Web Site Critique 4 May 29th, 2007 17:19
Need Assistance from HP Filter Experts... d_assassin Hosting & Domains 2 Aug 22nd, 2006 04:02


All times are GMT. The time now is 03:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43