]> git.tdb.fi Git - ext/subsurface.git/commit
Only quote the quote characters in xml attributes
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Aug 2012 20:19:06 +0000 (13:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 27 Aug 2012 20:19:06 +0000 (13:19 -0700)
commitd96b504bc4f926de86d06c3797b2fbcafb8727bf
tree3dcb77fed2f47063e3daa4a28657fb4278f1bb51
parent0640af873bcce6db0119bac5f0fe29e89cd6f04b
Only quote the quote characters in xml attributes

The quoting of single and double quotes is only necessary for
attributes, and is irritating for other fields in that it makes the
fields almost unreadable in the xml file.  Single quotes in particular
are common, and turning "it's" into "it&apos;s" is just not reasonable
for dive notes etc.

So add a flag to whether the xml quoting is for an attribute or not, and
take that into account.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
save-xml.c