xmlConnector and dataSet

I’ve been working to get the dataSet component to load an xml file via xmlConnector and transfer that information to a movieclip that is attached once the xml file has been loaded. For some reason it attaches the movieclip but doesn’t load the values.

 ActionScript Code:
 [FONT=Courier New][LEFT][COLOR=#808080]*//*[/COLOR]

content_con.[COLOR=#000080]trigger[/COLOR]COLOR=#000000[/COLOR];
[COLOR=#808080]*//Listener to prevent attaching before the XML content is loaded. *[/COLOR]
contentListener = [COLOR=#000000]new[/COLOR] [COLOR=#0000ff]Object[/COLOR]COLOR=#000000[/COLOR];
contentListener.[COLOR=#000080]afterLoaded[/COLOR] = [COLOR=#000000]function[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]
[COLOR=#0000ff]attachMovie[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]“a_target”[/COLOR], [COLOR=#ff0000]“a_target”[/COLOR], [COLOR=#000080]0[/COLOR], content_ds.[COLOR=#000080]currentItem[/COLOR][COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR];
content_ds.[COLOR=#000080]addEventListener[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]“afterLoaded”[/COLOR], contentListener[COLOR=#000000])[/COLOR];
[COLOR=#0000ff]stop[/COLOR]COLOR=#000000[/COLOR];
[/LEFT]
[/FONT]

Any help with this would greatly appreciated.

Files:

html
zip