XSLT Quick Fix Support

The Oxygen XML Developer plugin Quick Fix support helps you resolve various errors that appear in a stylesheet by proposing quick fixes to problems such as missing templates, misspelled template names, missing functions, or references to an undeclared variable or parameter.

To activate this feature, hover over or place the cursor in the highlighted area of text where a validation error or warning occurs. If a Quick Fix is available for that particular error or warning, you can access the Quick Fix proposals with any of the following methods:
Note: The quick fixes are available only when validating an XSLT file with Saxon HE/PE/EE.

Figure: Example of an Undefined XSLT Functions Quick Fix

Figure: Example of an Undeclared XSLT Variables/Parameters Quick Fix

Oxygen XML Developer plugin provides XSLT quick fixes for the following types of instances:
Parent topic: Editing XSLT Stylesheets Previous topic: XSLT Quick Assist Support Next topic: XSLT Unit Test (XSpec)