XML page (IDE Options dialog box)

This is a feature of JBuilder SE and Enterprise.

The XML page of the IDE Options dialog box sets general options and trace options for XML documents. To display this dialog box, choose Tools|IDE Options and choose the XML tab.

The XML configuration options include:

General Options

Enable Browser View

Enables the XML viewer which is available on the View tab of the content pane.

Apply Default Stylesheet

Applies a default stylesheet (XSL), which is a tree view, to the XML document displayed in the XML viewer (View tab of the content pane).

Transform Trace Options

Trace options allow you to view the flow of the document's transformation in the message pane.

Generation

Outputs information after each result tree generation event, such as start document, start element, characters, and so on.

Templates

Outputs an event when a template is invoked. For example, xsl:template match='stocks'.

Elements

Outputs events that occur as each node is executed in the stylesheet. For example, xsl:value-of select='inprise/borland'.

Selections

Outputs information after each selection event. For example xsl:value-of, select='borland@StockQuote':StockQuote.

Reset

Resets everything to the state they were in when the dialog box was displayed.