[
https://issues.apache.org/jira/browse/FLEX-35066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui resolved FLEX-35066.
-------------------------------
Resolution: Fixed
Fix Version/s: (was: Apache FalconJX 0.6.0)
Apache FalconJX 0.7.0
2135f681de50082ea6d626003b8321eaa9689187
> XML literals passed into functions are not compiled correctly
> -------------------------------------------------------------
>
> Key: FLEX-35066
> URL: https://issues.apache.org/jira/browse/FLEX-35066
> Project: Apache Flex
> Issue Type: Bug
> Components: FalconJX
> Reporter: Harbs
> Assignee: Alex Harui
> Fix For: Apache FalconJX 0.7.0
>
>
> XML.appendChild(<pop><child name="Sam"/></pop>);
> becomes:
> XML.appendChild('<pop><child name="Sam"/></pop>');
> instead of:
> XML.appendChild(new XML('<pop><child name="Sam"/></pop>'));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)