Xoom Processor / Syntax |
Source specifies the XML document that will populate the buffer at the start of the command line sequence.
Source ::= ServerName? ':' Query? | XmlFile | XoomFolder '\'
xp :All all.xml All\
Retrieves the All named query from the local Xoom server and saves the result in a file named all.xml and a Xoom folder named All.
xp "svr1:Logic Configuration" lc.xml
When a query name contains spaces, you need to put the whole source argument in double quotes. In this case, the query named Logic Configuration is retrieved from Xoom server svr1 and saved to a file named lc.xml.