text="{repeater.currentItem.attribute('time-opened')}"
Tracy
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of scootr6262
Sent: Wednesday, April 23, 2008 12:44 PM
To: [email protected]
Subject: [flexcoders] Using XML attributes with hyphens in a Repeater
Hi,
I have a Repeater control that I am using to display XML data from an
HTTPService call. The XML data includes an attribute containing a
hyphen. How do I get this value? To assign the value to a label,
I've tried something like:
text="[EMAIL PROTECTED]"
But, I get a compilation error when using this syntax. Any suggestions?
Thanks for your time.