usage
<CREATE>
<RTF template="path">
<QUERY>
... xsushee commands ...
</QUERY>
</RTF>
</CREATE>
parameters
path: path of the XSL file used to generate the RTF file. The path is expressed relative to the sushee installation directory. This xsl file should generate XSL-Fo objects.
examples
Create a word file from the data of contacts 1909 and 2253, using the template stickers_avery.xsl :
<CREATE>
<RTF template="/Library/contact/pdf/stickers_avery.xsl">
<QUERY>
<GET>
<CONTACT ID="1909,2253"/>
</GET>
</QUERY>
</RTF>
</CREATE>