Home > ASP, XML > Read Multiple Xml File Script

Read Multiple Xml File Script

October 25th, 2009

I need a Classic ASP script that reads multiple XML files for presentation in HTML. I am looking to have script limit the number of news articles presented to 10 and to order descending by PubDate. The following is an example of 5 files that I am trying to read and essentially re-order.

http://www.benchwarmersunited.com/xml/boxing/boxing_middleweight_news_feed.xml
http://www.benchwarmersunited.com/xml/boxing/boxing_lightweight_news_feed.xml
http://www.benchwarmersunited.com/xml/boxing/boxing_heavyweight_news_feed.xml
http://www.benchwarmersunited.com/xml/boxing/boxing_featherweight_news_feed.xml
http://www.benchwarmersunited.com/xml/boxing/boxing_welterweight_news_feed.xml

I have a data table in an MS Access database that also has these 5 files included if this make things easier in writing the script.


Read Multiple Xml File Script