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:
Enables the XML viewer which is available on the View tab of the content pane.
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).
Trace options allow you to view the flow of the document's transformation in the message pane.
Outputs information after each result tree generation event, such as start document, start element, characters, and so on.
Outputs an event when a template is invoked. For example, xsl:template match='stocks'
.
Outputs events that occur as each node is executed in the stylesheet. For example, xsl:value-of select='inprise/borland'
.
xsl:value-of, select='borland@StockQuote':StockQuote
.
Resets everything to the state they were in when the dialog box was displayed.