Parsing T3DataStructure XML
You can convert a Data Structure XML document into a PHP array by using the
function
\TYPO3\
.
The reverse transformation is achieved using
\TYPO3\
.
The PHP array can then be interpreted by an application, which may interpret the T3DataStructure in custom ways.
Sheet References are not supported out of the box and have to be resolved by the application using the T3DataStructure.
See also