I’m trying to insert a variable into an XML object but I’m not sure what I need to be doing. Here’s what I have.
var newString:String = “new value”;
var newNode:XML = <industry>newString</industry>
Now that gets me the literal value of <industry>newString</industry>. How do I get <industry>new value</industry>