You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Carlos (JIRA)" <ji...@apache.org> on 2016/11/12 17:03:59 UTC

[jira] [Created] (FLEX-35173) In MXML CDATA Can't have EOF characters

Carlos created FLEX-35173:
-----------------------------

             Summary: In MXML CDATA Can't have EOF characters
                 Key: FLEX-35173
                 URL: https://issues.apache.org/jira/browse/FLEX-35173
             Project: Apache Flex
          Issue Type: Bug
          Components: FlexJS
    Affects Versions: Apache FlexJS 0.8.0
         Environment: Mac OSX Sierra
            Reporter: Carlos


Something like the following code will compile, but at runtime will throw:

SyntaxError: Unexpected EOF due to end of file characters in each line

<js:H4>
                                <js:text>
                                    <![CDATA[
                                        Featured event:<br>
                                        May 24, 2016<br>
                                        7-11pm
                                    ]]>
                                </js:text>
                            </js:H4>

workaround right now is write all text in just one line to avoid EOF characters



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)