close

Filter

Importer Manual / Version 2201

Table Of Contents

4.3.2 XSLT

The Importer allows you to define XSLT style sheets which transforms XML files of your format into the CoreMedia format. This style sheet is automatically executed on import.

The XSLT interpreter used in CoreMedia requires style sheets corresponding to the W3C Recommendation of the 16.11.1999. This particularly concerns the XSL namespace in the <xsl:stylesheet> element, which must be set to

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

Older XSL editors still generate the variant from an earlier Working Draft:

xmlns:xsl="http://www.w3.org/1999/XSL/Transform/1.0"

This is out of date and not supported by CoreMedia.

The value of the class property in the configuration file for an XSLT transformer is XsltTransformerFactory. Furthermore, the desired style sheet must be defined with property.stylesheet. The path may either be absolute, or relative to the installation directory (Standalone Importer) respectively the WEB-INF directory (Web Application Importer).

import.transformer.10.class=
com.coremedia.publisher.importer.XsltTransformerFactory
import.transformer.10.name=My Stylesheet
import.transformer.10.property.stylesheet=/path/to/stylesheet.xsl

Example 4.16. XSLT configuration


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.