Actions
Feature #39535
closedRemove xml export in fullsearch, deprecate t3lib_xml
Start date:
2012-08-05
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
Description
Class t3lib_xml was thought as a base class to export arbitrary records
as XML. Its current state is semi useful and more a loose collection of
somehow related methods without a real concept. The XML export
functionality in the lowlevel dbint fullsearch module is its only usage.
The export feature is dropped from the fullsearch module now (there is
still a csv export). t3lib_xml is then unused and deprectated.
Actions