XSL Lab
XSL Lab is a tool integrated to A.N.D.I. 4.0 that can be used to set up and test XSL Transformation using an XSL Style Sheet.
It uses the new xml features of Lotus Notes/Domino R6.
Screen shots
First enter some well-formed xml data or choose the sample data.

Build the Style Sheet (take example from the sample style sheet).

If no error found, the result of the Transform process is put to screen

In case of error, the log is reported. This helps determining the cause of the problem.

Finally, A.N.D.I. compatibility can be verified.
If compatible, records are reported with fields and values.

To import XML data into Notes documents, ANDI needs the data to be in this format:
<data>
<record>
<fieldname1>text value</fieldname1>
...
<fieldnamex>text value</fieldnamex>
</record>
<record>
...
</record>
</data>
The use of XSL Transformation permit A.N.D.I. to import xml data of any format.