Entering content frame

Component documentation Content Converter Service Locate the document in its SAP Library structure

Purpose

Application name: com.sap.portal.runtime.application.contentconverter

This service provides a generic XSLConverter that implements IContentConverter. The Content Converter Service registers the following content converter factories during startup:

·        RSS to HTML

·        XML to HTML

Integration

The converters provided by these factories are instances of XSLConverter. Instances of XSLConverter are used for conversions using XSL stylesheets. An XSLConverter can be created by specifying a stylesheet to be used or/and the converter can look for a stylesheet at runtime in the components’ resources. This is the constructor of XSLConverter.

public XSLConverter(File styleSheet, String styleSheetReference)

   throws FileNotFoundException

 

See also:

 

Content Conversion Service

 

 

Leaving content frame