Example 3: <XoomQuery> configuration

Here we use the DEFAULT named query to retrieve information from the remote Xoom server (host name otherserver in this example). After retrieval the transactional information is removed and the results stored as otherserver.xml.

<XoomQuery>
    <HostName>otherserver</HostName>
    <GetQuery>DEFAULT</GetQuery>
    <Transform>Reports\RemoveTransactionalInformation.xsl</Transform>
    <Path>Versions\XoomConfigs\otherserver.xml</Path>
 </XoomQuery>