]> git.tdb.fi Git - ext/subsurface.git/commit
Add single and double quotes to escaped characters in XML output
authorDirk Hohndel <dirk@hohndel.org>
Mon, 27 Aug 2012 16:38:23 +0000 (09:38 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Mon, 27 Aug 2012 16:38:23 +0000 (09:38 -0700)
commit162b69828aa374f0bec24db58b05100afcb51b9a
treec2ed65a53c46d847593e3cd5b4704961c255aa82
parentb693bb3fb962c54767f8430058575441df243b13
Add single and double quotes to escaped characters in XML output

We already escape '<', '>', and '&'. This adds the remaining two special
entities in XML: '\'' and '\"'.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
save-xml.c