Home >
Online Product Documentation >
Table of Contents >
Scenario Properties - Validation Tab (XSLT)
Scenario Properties - Validation Tab (XSLT)
You use the
Validation tab of the
Scenario Properties dialog box to specify whether or not you want to validate the XML document resulting from XSLT processing. If you choose to validate the XML document, you can use
- Stylus Studio's built-in XMLvalidation engine (Xerces C++)
- Any third-party validation engine supported by Stylus Studio (Xerces-J or XSV, for example)
- Any custom validation engine specified in the
Custom Validation Engines page of the
Options dialog box
If you use the built-in validation engine, you can also specify the XML Schema against which you want the XML document to be validated.
Note
|
|
Validation is always performed before any post-processing you specify on the
Post-process tab.
|
Fields
Validate the stylesheet result
Whether or not you want to validate the result of the XSLT processing.
Use internal validator
Whether or not you want to use Stylus Studio's built-in validation engine.
Validate against these schemas
The XML Schema against which you want the XML document to be validated. You can specify XML Schema for validation only if you use the Stylus Studio built-in processor.
Use custom validation engine
Whether or not you want to use a third-party or other custom validation engine to validate the result of the XSLT processing. You can choose a third-party processor supported by Stylus Studio or any custom processor defined on the
Custom Validation Engines page of the
Options dialog box.
For More Information
Creating an XSLT Scenario
Working with Stylesheets