!--a11y-->
Content Converter Service 
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
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:
