Hello,
I think I've solved my problem. I changed the code from:
text="[EMAIL PROTECTED]"
- to -
text="{myModel.header[repeater.currentIndex].attribute('time-opened')}"
That seems to have solved my issue. Thanks for your time!
Scott
--- In [email protected], "scootr6262" <[EMAIL PROTECTED]> wrote:
>
> 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.
>