Load swf from xml

How do you format xml to load an external .swf rather than an html link?

<?xml version="1.0"?> 
<menu> 
   <parent title="kirupaPicks"> 
	<child>
		<title>kirupa.com</title>
		<link>http://www.kirupa.com</link>
	</child>
   </parent> 
</menu>

I tried

<link>loaderMC.loadMovie("part1.swf");</link>

But it doesn’t like that.