You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2016/11/15 01:02:38 UTC

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

     [ https://issues.apache.org/jira/browse/FLEX-35173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Harui resolved FLEX-35173.
-------------------------------
       Resolution: Fixed
         Assignee: Alex Harui
    Fix Version/s: Apache FalconJX 0.8.0

30e20bbf7b8d508ebfc0d11c17a883b20aa71d86

> 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
>            Assignee: Alex Harui
>             Fix For: Apache FalconJX 0.8.0
>
>
> 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)