X4 Produktdokumentation

Encoding Converter

This adapter converts the character encoding of an XML document, and changes both the character encoding declaration (in the XML prologue) and the actual character encoding of the content.

Properties

Operation

Defines the operation executed by the adapter

Possible values: Execute: Convert characters of the input XML document into the character encoding specified within parameter TargetEncoding

Parameters

Adapter

Main adapter class (do not change!)

Possible values: de.softproject.integration.adapter. encodingconversion.DocumentEncodingAdapter: Main class (Default)

TargetEncoding

New character encoding of the output XML document

Possible values: Any character encoding supported by the Java runtime environment (e.g. ISO-8859-1)