Example 1: <XoomQuery> configuration

Here we use the named query All to retrieve a subset of configuration from the local Xoom server (localhost). After retrieval, transactional information (that is, dynamic data is removed and the results stored as myserver.xml in the versioning folder intended for Xoom files.

<XoomQuery>
    <HostName>localhost</HostName>
    <GetQuery>All</GetQuery>
    <Transform>Reports\RemoveTransactionalInformation.xsl</Transform>
    <Path>Versions\XoomConfigs\myserver.xml</Path>
 </XoomQuery>