Provide a new quickfix for surrounding a statement with an XML CDATA tag.
In sqlmaps editor:
Select one or more lines of a SQL statement and surround the selected statement with CDATA tags. CDATA tags prevent the SQL from being formatted by XML formatter:
<![CDATA[
select
colA,
colB,
colC,
colD,
...
from ...
]]>