7.1

Table Of Contents
<xsl:attribute name="statusid"><xsl:value-of select="//-
fnOrderStatusID"/></xsl:attribute>
<xsl:attribute name="status"><xsl:value-of
select="//fcOrderStatus"/></xsl:attribute>
<Information>
<Created><xsl:value-of select="//fdCreated"/></Created>
</Information>
</Order>
</PrintShopCommunication>
</xsl:template>
</xsl:stylesheet>
The sample XSLT code creates the following XML output:
<PrintShopCommunication>
<Order id="19" statusid="1" status="cOrder">
<Information>
<Created>2007-10-08 16:01:41</Created>
</Information>
</Order>
</PrintShopCommunication>
Post options
The URL field lets you state the HTTP server address that is used when the POST method is selected.
File options
The File extension field lets you specify the extension that is used for the data file. By default the file extension wil be XML as
the connector exports XML files. A XSLT style sheet could be created to output text files (f.e. Comma separated or tab delim-
ited), in this case you can change the file extension to txt.
©2010 Objectif Lune Inc - 183 -