+ "<s:Application xmlns:fx=\"http://ns.adobe.com/mxml/2009\""
+ " xmlns:s=\"library://ns.adobe.com/flex/spark\""
+ " xmlns:mx=\"library://ns.adobe.com/flex/mx\">" + code
+ "</s:Application>";
IMXMLFileNode node = compileMXML(code);
if (wrapLevel >= WRAP_LEVEL_NODE) // for now: attributes
{
IMXMLNode pnode = findFirstDescendantOfType(node, type);