Menu

#1 New Quickfix: Surround SQL with CDATA tag

open
nobody
None
5
2008-07-05
2008-07-05
No

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 ...
]]>

Discussion


Log in to post a comment.

MongoDB Logo MongoDB