Re: [flexcoders] XML Entity won't parse inside MXML

2009-03-16 Thread Josh McDonald
Also note that the curly braces go *outside* the quotes - if you were putting the number 7 in your attribute, it would be If you do this: Then your attribute will have the value of "{7}" instead of "7". -Josh 2009/3/17 Josh McDonald > The (xml source code) -> XML|XMLList stage in MXMLC is

Re: [flexcoders] XML Entity won't parse inside MXML

2009-03-16 Thread Josh McDonald
The (xml source code) -> XML|XMLList stage in MXMLC isn't so good. Often I need to embed XML as Binary objects, and go via String to parse it. That's not much useful information though, so the answer to your problem is: Note that despite the similar syntax I don't think these expressions a

[flexcoders] XML Entity won't parse inside MXML

2009-03-16 Thread markdemich
I have some embbeded XML inside an MXML file that I'm feeding to an outline. Some of my attributes need to have a quote character. It looks something like this This refuses to compile. I even ran a test where I omitted, the badattribute from the xml and then in the code I did something