This is a feature of JBuilder Professional 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 JBuilder's XML viewer which is available on the View tab of the content pane.
Applies JBuilder's default stylesheet (XSL) which is a tree view.
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.