This topic has not yet been rated - Rate this topic

Using the Task Wizard XML File Viewer Sample Application

Exchange Server 2003
The Task Wizard XML File Viewer sample application consists of a HTML Application (HTA) and an XSLT stylesheet.

Using the Task Wizard XML File Viewing HTA

The Task Wizard HTA requires the following on the computer where you will be running the HTA:

  • Microsoft® Internet Explorer 6 or later
  • Microsoft XML (MSXML) 4 or later

To use the HTA use Microsoft Windows® Explorer and open the folder \Program Files\Exchange SDK\SDK\Samples\TaskWizard. Double-click on the "TaskWizard.hta" file to start the HTA.

The HTA consists of an HTML form for selecting the Task Wizard XML and an IFrame in which the results are rendered. When viewing a Task Wizard XML file, the HTA transforms the XML into HTML and displays the HTML in the IFrame.

To view a file, click the Browse button, select the Task Wizard XML output file and then click View. You can also type the name of the file directly into the text box and then click View.

Using the XSLT Stylesheet to View Task Wizard XML Files

You can also attach the XSLT style sheet to a Task Wizard XML output file directly. Add the following stylesheet processing statement before the root <taskWizardRun> element:


<?xml-stylesheet type="text/xsl" href="TaskWizardRun.xslt"?>

Internet Explorer 6 and later can automatically apply the XSL style sheet to the XML data.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.