Actions
Task #95398
closedReplace XML handling by GeneralUtility with XmlEncoder
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-09-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In issue #83580 a new class XmlEncoder has been introduced to handle XML parsing in EXT:impexp.
This class should replace the XML parsing of
- GeneralUtility::array2xml
- GeneralUtility::xml2array
- GeneralUtility::xml2tree
throughout the TYPO3 Core in general.
Actions