Configure a Xoom query with the <XoomQueries> element

The element <XoomQueries> forms the second part of the configuration file. It contains the named queries that will be sent to specific Xoom servers, determines how the configuration will be transformed, and specifies where the results should be stored.

Each <XoomQuery> contains the following elements:
<XoomQuery>
  <!-- Source is xp-style source, and if specified is used instead of HostName and GetQuery. -->
  <Source>[xoom-server?localhost]:[query-name?DEFAULT] | repo-relative\file\path.xml</Source> 
  <HostName>xoom-server</HostName>
  <GetQuery>query-name</GetQuery>
  <Transform>xp.exe-relative\transformation\path.xsl</Transform>
  <Transform>another\transformation.xsl</Transform>
  <Transform>Reports\RemoveTransactionalInformation.xsl</Transform>
  <Path>configuration\path\file.xml | configuration\path\per-item\</Path>
</XoomQuery>
<XoomQueries> can contain any number of <XoomQuery> elements. Use more than one when you want to: