Installation¶
Install this extension and you can start using its API for reading XML files inside your own code. It requires extension “svconnector” which provides the base for all connector services.
Updating to version 2.4.0¶
The “encoding” configuration property has change behavior.
It used to accept all known encoding values plus all the synonyms defined in array
\TYPO3\CMS\Core\Charset\CharsetConverter::$synonyms
. This array does not
exist in TYPO3 v10 anymore, thus usage of synonyms has been dropped. Check
your configuration and verify that you use encoding names as defined in
https://www.php.net/manual/en/mbstring.supported-encodings.php.