Selects content from one or more sources containing either Xml-format or the neutral Table-format by using an Xslt-script. The output will be the neutral Table-format.
This Command is completely identical to the above SELECT.XSLT, with the only difference that the;
- Output will be in the neutral Table-format.
Therefore, for this Command to work properly, the Xslt-script must be written such that its output is Xml with a tabular structure, such as shown below.
<Data>
<Row>
<SUPPLIER_PID>AudiA4-42</SUPPLIER_PID>
<EAN>4023149515354</EAN>
<PRICE_AMOUNT>56000</PRICE_AMOUNT>
</Row>
<Row>
<SUPPLIER_PID>BMW-325</SUPPLIER_PID>
<EAN>5023149625378</EAN>
<PRICE_AMOUNT>47000</PRICE_AMOUNT>
</Row>
</Data>Parameters
| @Filter | Filter the result of the selected data. See Command Maps & Parameters for more information. |
| @Order | Order the result of the selected data. See Command Maps & Parameters for more information. |
Comments
0 comments
Please sign in to leave a comment.