Show TOC

XHTMLB-to-HTMLB TransformerLocate this document in the navigation structure

Use

This topic describes the XHTMLB-to-HTMLB transformer provided by SAP. It also discusses parameters associated with the XML transformer, which you can customize in the XML iView Editor.

Name

XHTMLBSAXHandler

Description

A SAX-based (Simple API for XML) transformer, which converts the intermediate XHTMLB format to HTMLB. The result is a set of HTMLB objects which the portal runtime renders and displays in an iView.

If you use this XML transformer in transformation pipe, you should typically position it last in the sequence in order to provide the final HTMLB output for the portal runtime.

Input format

XHTMLB

Output format

HTMLB

Parameters

DebugMode

  • Description: A flag indicating whether or not to display a debug log and tracer above the XML output result. The log includes error notifications, a trace of every component created, and general status notifications.

    This parameter may assist content developers when troubleshooting problematic iViews.

    Note that when the parameter is set to true , the content retrieval time of the iView is increased.

  • Value type: Boolean

  • Valid values: true , false

  • Default value: false

  • Remarks: All errors and traces are written only in debug mode and output as plain HTML. Exceptions are not thrown when you attempt to use non-existing methods or parameters.

Notes

  • HTMLB components not supported:

    • MenuBar

    • MenuItem

    • Chart

    • FormLayout

    • DragSource

    • DropTarget

    • EventValidationComponent

    • EventValidationContainer

    • JavaScriptFragment

    • PopupTrigger

    • RoadMap

    • RoadMapItem