menuBar and XML

How can I use the XMLConnector and the menuBar components together? I’ve been trying, and just can’t get it to work. Is it even possible? I figure the XML is nice and easy. any ideas?


<root>
	<website name = "one">
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
	</website>
	<website name = "two">
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
		<url>Select One</url>
	</website>
</root>

Thanks