Welcome to the A.N.D.I web site

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.

xsllab1.gif (5398 octets)

 

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

xsllab2.gif (8236 octets)

 

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

xsllab3.gif (6113 octets)

 

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

xsllab4.gif (4916 octets)

 

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

xsllab5.gif (6446 octets)

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.

Copyright © 2010 BPJL - All rights reverved -- login