typo3-php-datasets/Tests/Functional/Converter/Fixtures/Xml/SimpleIncoming.xml
Daniel Siepmann ae33eeddc9
Add command to convert from XML to PHP (#2)
A bin was added with a single command.
That command allows to convert multiple XML files to PHP files in place.
2023-04-12 12:05:53 +02:00

9 lines
203 B
XML

<?xml version="1.0" encoding="utf-8"?>
<dataset>
<pages>
<uid>1</uid>
<pid>0</pid>
<title>Page with uid 1 below 0</title>
<deleted>0</deleted>
</pages>
</dataset>