[
https://issues.apache.org/jira/browse/FLEX-35066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui reassigned FLEX-35066:
---------------------------------
Assignee: Alex Harui
> 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.6.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)