XSL Transformation Dialog Box

Use to transform JSP or XML documents.

The XSL Transformation dialog box contains the following fields:

Element Description

XML Source

Specifies the XML source file.

Click Browse to navigate to the source file you want.

XSLT Script

Specifies the XSLT script.

Click Browse to navigate to the script you want.

Output

Specifies the output of the transformation.

By default, the IDE generates the output as HTML.

    Overwrite Output

Enable the transformation to overwrite files created by previous transformations.

Process Output

Specifies how the IDE handles the output:

  • Do Nothing - Creates the file only.
  • Apply Default Action - Applies the IDE's default action for the output file. The IDE's default action for most files is to open them in the Source Editor.
  • Open in Browser - Opens the output file in the IDE browser.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.