Tools - XSLT Transformation WizardThe XSLT Transformation Wizard allows you to quickly convert an XML document into a document of a different type using an XSLT stylesheet. You can read more about XSLT at W3C - XSL Transformations (XSLT) Version 1.0. The wizard has a friendly interface that guides you through all stages of the transformation preparation process, starting from selecting the document to be transformed, ending with saving the target documents and displaying the report. LaunchingYou can run the XSLT Transformation Wizard using the command marked with the icon shown above located in the Main Menu / Tools / Markup Code Wizards, and also using the button shown above located on the toolbar. You move between boards using the Next and Back buttons. Source document selectionOn the first page, you can choose which file (or files) to transform:
If you choose one of the last three items, in the next page you will be able to select a file, a folder (with subfolders and indicate document types), or a web project (and indicate document types), respectively. XSLT sheet selectionIn this page you can select from disk the XSLT sheet to be used for transformation: use a declared XSLT sheet - select this option if a sheet declared in the source document is to be used,
use the indicated XSLT sheet for all documents - select this option if you want to select an XSLT sheet from disk and apply it to all processed source documents, regardless of the declarations in individual documents. Some of the above options may not be present (depending on the option selected on the first page). Target file settingsIn this page, you can indicate the folder where the target documents created after the transformation will be saved, as well as set options for the names of these documents: Destination folder Conversion result file names
The case of the target file names:
Final ReportThe last page contains a report on how the wizard works. The main element of the window is the list of target files created during the transformation. The list includes the following columns:
The menu on the right side of the list contains commands that (after selecting an item in the list) allow:
Using the commands under the list, you can save the report to disk in the format:
After reviewing the report, if everything went as you expected and there were no errors, you can use the END button to finish the wizard. |
Related topics |