Configure Xoom in preparation for configuration versioning / Configure a Xoom query with the <XoomQueries> element |
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>