Hi,

I'm trying to display a single record out of an XML database into dynamic
fields in my MovieClip. I need to be able return a single record based on the
current time. Attached is a sample of my XML data.

I was wondering if this could be acheived with a DataSet filterFunction? If it
is possible, what code would I need to include?

Finally, do I need to pass my full DataSet to an array or do I need to filter
first & then pass to an array?

Thankyou.

Elton Bernardson.



<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gigs>
<gig>
<date>23/06/2007</date>
<title>IBM Dealers Conference</title>
<displayStart>09:00</displayStart>
<displayFinish>13:00</displayFinish>
<displayTimes>10:00 am - 12:30 pm</displayTimes>
<logoPath>D:\root_path\logos\ibm_01.jpg</logoPath>
</gig>
</gigs>