|
|
Home > Online Product Documentation > Table of Contents > Steps for Debugging Stylesheets Steps for Debugging StylesheetsStylus Studio provides tools for debugging transformations. To debug a stylesheet:
1.
Open a stylesheet
. See
Opening Stylesheets.
2.
Set up a scenario or select the scenario you want to use. See
Applying Stylesheets.
4.
Apply the stylesheet by pressing F5, not clicking
Preview Result. If you click
Preview Result, Stylus Studio applies the stylesheet without invoking the debugger.
5.
Examine the information in the debugging tools and in the
Preview window.
7. Iteratively
step through the stylesheet or program and examine the information in the debugging tools.
You can include
The following sections provide the details for performing each of these steps. |
WYSIWYG XSLT Designer
Stylus Studio's powerful and easy-to-use WYSIWYG ("What you see is what you get") XSLT Designer lets you create XSLT stylesheets without writing any code! Go from a blank slate to solid, robust XSLT in minutes, using simple drag-and-drop operations.
Introduction to Convert to XML
Convert to XML is Stylus Studio's all-purpose utility for getting legacy data integration of all sorts into a custom XML format. This video provides an overview of the tool and walks you through a sample CSV to XML data transformation project.
Using DTD in Microsoft Applications
Learn how to integrate DTD's into your Microsoft applications using MSXML or System.XML DTD processing components.
XPath Introduction - Using XPath Queries to Extract Data from XML Documents
The XPath introduction covers how to use XPath code completion, XPath syntax highlighting, support for XPath 2.0 functions and XML namespaces to simplify your next XPath application.