interface-development.com » Blog Archive » XSLT Wizard 2.0

XSLT Wizard 2.0

May 29, 2009

This walkthrough shows how to use XSLT Wizard in order to tranform XML documents into html format.

Walkthrough:
1. Launch XSLT Wizard and click [ Next ] to continue.

Figure 1: Welcome Screen

2. Select the XML document by either clicking on icon Open to open a dialog or simply drag and drop the XML document into the wizard.

Tip:
If your XML document refers to a DTD document (look for tag: <!DOCTYPE>) you need to place the DTD into the same directory where the XML document is selected from.

3. The data will be shown in the preview window.

Figure 2: Select XML Document

4. Click [ Next ] to continue.
5. Select the XSL stylesheet by either clicking on icon to open a dialog or simply drag and drop the XSL stylesheet into the wizard.
6. The stylesheet will be shown in the preview window. Click [ Next ] to continue.

Figure 3: Select XSL Stylesheet

7. Specify the location and file name where you want to save the output. Click [ Next ] to continue.

Figure 4: Choose Output File

8. Review the summary window. Select the checkbox at the bottom if you want to open the output file after the transformation has been done. Click [ Finish ] to execute the transformation.

Figure 5: Completing XSLT Wizard

With the given example, XSLT Wizard will process the following output:

Figure 6: Output File