Specify the URL to the XML that represents the sites that should be collected. (Example: http://site1.com/sites/site1/sitedirectory.aspx)
The resulting XML must be formatted as: (Specify each URL within a SiteURL node)
<ParentNode> <!-- You Can Alter This Node Title -->
<ChildNode> <!-- You Can Alter This Node Title -->
<SiteURL>http://www.site.com/data.aspx</SiteURL>
</ChildNode>
<ChildNode> <!-- You Can Alter This Node Title -->
<SiteURL>http://www.site2.com/data1.aspx</SiteURL>
</ChildNode>
</ParentNode>