Show TOC

Transformation ServiceLocate this document in the navigation structure

Use

The transformation service used to transform data in XML format with existing transformers/style sheets.

The transformation service is based on the SAP XML toolkit that implements the Java API for XML Processing (JAXP). It supports all JAXP XML source and result formats and provides the HTTPStreamSource source. Based on the content fetching service, the HTTPStreamSource source allows caching, proxy settings and access to properties defined in the Portal Content Directory (PCD). The transformation service comes with built-in transformers.

Transformation service interface: ITransformerService

Transformation service key: ITransformerService.KEY

Using the transformation service requires basic skills in the Extensible Stylesheet Language (XSL).