For some (more) technical purposes it would be nice to be able to generate a XML file based on some specifications.
I can think about two major points:
1. Turn a Qlik Entity (e.g. Straighttable) directly in XML structure
<table>
<row>
<column name="columnname">value</column>
....
</row>
....
</table>
2. Use the same editor for HTML reports to generate just a text file in the end