Editor: An example of converting information formatted as XML into HTML by using an XSL Template. This allows for Print Preview in an htmlviewer and actual printing through the Default browser. See the App | Notes for more information.
This sample shows examples of the following features:
* transforming a XML file with an XSL file
• transforming a XML file into a website
• Using XSL to group and format XML
• printing a local web page (having some problems with using local graphic though).
• previewing a local web page
• creating XML from a listbox
• loading XML into a tree control
• listbox with drag/ drop sorting and inline editing
• XPATH query examples
• uses Alex Restrepo's amazing Custom Edit Field