Home >
Online Product Documentation >
Table of Contents >
Scenario Properties - Validation Tab (XQuery)
Scenario Properties - Validation Tab (XQuery)
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 XQuery 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.
Fields
Validate the query result
Whether or not you want to validate the result of the XQuery processing.
Use built-in 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 XQuery 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 XQuery Scenario
Getting Started with XQuery in Stylus Studio