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.

