|
|
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. |
Developer Resource Center: Learn XML and Stylus Studio
Learning XML is easy with Stylus Studio. Check out our free XML tutorials, XML whitepapers, online video demonstrations, XML examples and XML references and more.
XSV - The XML Schema Validator
XSV is the official reference implementation for the XML Schema language and Stylus Studio is the only XML IDE to provide seamless integration with XSV - the W3C XML Schema Validator. Download Stylus Studio and XSV today.
XSLT Debugger
Stylus Studio's XSLT debugger - a requirement for building bug-free XSLT stylesheets and XML data transformation applications. Stylus Studio's XSLT debugger gives you complete visibility and control over the XSLT transformation process.
Writing Custom XML Adapters
There are cases where the input format is too complicated for Convert to XML, or both reading and writing of the file format is needed. This section will take you through the process of writing a medium-sized adapter in Java.