Click to See Complete Forum and Search --> : Displaying XML data as a bar chart


JC007
02-16-2009, 10:28 AM
I have a question for you all. I have a small sales xml file that we update every 4 hours on a network share. Does anyone know how I would take an xml file and have it displayed on a HTML\ASP page as a "Bar" chart that refreshes data every 4 hours? I always want to take the last Sales data entry and update the Bar chart, does anyone know how to do this? My xml is really basic see below

<Data Time=" 5:10" Sales="100"/>
<Data Time=" 5:25" Sales="101"/>
<Data Time=" 6:43" Sales="102"/>
<Data Time=" 7:24" Sales="103"/>
<Data Time=" 8:10" Sales="104"/>