You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Yishay Weiss (JIRA)" <ji...@apache.org> on 2016/10/13 06:48:20 UTC

[jira] [Created] (FLEX-35141) [FlexJS] XML literals don't add quotes when interpolated to values

Yishay Weiss created FLEX-35141:
-----------------------------------

             Summary: [FlexJS] XML literals don't add quotes when interpolated to values
                 Key: FLEX-35141
                 URL: https://issues.apache.org/jira/browse/FLEX-35141
             Project: Apache Flex
          Issue Type: Bug
          Components: FalconJX
            Reporter: Yishay Weiss


These lines work on flash but fail on JS:

				var propValue:String = "myValue";
				var myXml:XML = <Element propName={propValue}/>;
				var readValue:String = myXml.@propName.toString();

Example app can be found here. 

https://paste.apache.org/eXiq



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