Show TOC

Busdoc XML-to-XHTMLB TransformerLocate this document in the navigation structure

Use

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

Name

BUSDOC_TO_XHTMLB

Description

An XSL-based (Extensible Stylesheet Language) transformer, which converts an input Busdoc XML source to the intermediate XHTMLB format. Busdoc XML is a proprietary SAP format fully supported by .NET iViews in SAP Enterprise Portal 5.0.

For information on Busdoc XML, see the SAP XML for Enterprise Portal (Busdoc Format) section in the SAP EP 5.0 Developer Guide .

Caution

This XML transformer only supports the following data set types: HRField , HRScript , HRFreeText and HRRow . It also supports navigation within a table view of data.

This transformer is intended for iViews already created in the SAP EP 5.0 environment. We do not recommend creating new portal content in the Busdoc format for use with this transformer.

The resulting XHTMLB format cannot be handled by the portal runtime. Therefore, this XML transformer should be positioned before the XHTMLB-to-HTMLB Transformer ( XHTMLBSAXHandler ) in a pipeline transformation.

Input format

Busdoc XML

Output format

XHTMLB

Parameters

VisibleRowsCount

  • Description: Defines the number of visible rows in the table that is displayed at runtime. A table that has a greater number of rows than this value will be displayed with scrolling buttons in the iView.

  • Value type: Integer

  • Default value: 10