royale-compiler
royale-compiler copied to clipboard
CDATA literal text error due to Data Binding, and newlines lost
When using CDATA for literals that contain something that looks like data binding (i.e. {sum}), getting error:
Warning: Data binding will not be able to detect assignments to 'sum'.
Also (if you replace the problematic part with normal text), newlines are being lost (Flex preserves them).