Show TOC Start of Content Area

Procedure documentation Step 4: Creating Transformers  Locate the document in its SAP Library structure

For each XML source, you must create a transformer in order to render the XML data in the content provider iView. Package the transformers in the same PAR in which you package the content provider.

For information on creating transformers, see Transformation Service.

Assign each transformer to its corresponding entity by adding a com.sap.portal.cp.TRANSFORMER_NAME property for the portal component created for the entity. The value of this property should be the name of the transformer for the entity, which is listed in the Name property for the transformer in the Transformers.xml file.

For more information on assigning a transformer to an entity’s portal component, see Creating Entity Portal Components.

End of Content Area