You have a created a custom component in a file named
MyComponent.mxml. The file is stored in a subdirectory of the project root named components. You want to create an instance of the component in MXML. Which is the correct syntax?
Given this XML variable:
var myData:XML = JoeMary name=Shipping>AliceHarry
And this ActionScript statement:
returnedXML = myData.dept.(@name == Marketing)
What is the value of returnedXML?