Files
SingularityViewer/indra
Aleric Inglewood d549e549d8 Fix xml parser.
This fixes quoted strings, like <tag>"Hello \"World\""</tag>,
which otherwise might not be processed correctly because
the XML_CharacterDataHandler isn't guaranteed to be called
exactly once per element. It certainly isn't when a string
contains entities, ie: <tag>"&apos;Hello \"World\"&apos;"</tag>
certainly fails to be unescaped with the old code.
Moreover, the old unescape code things that a singly quote
is actually a quoted string (not noting that begin and end
quote are the same) and destructs all &quot; entities; also
fixed with this commit.
2013-11-05 03:01:47 +01:00
..
2013-10-27 15:14:11 +01:00
2013-10-15 22:29:52 +02:00
2013-10-22 00:59:26 +02:00
2013-10-22 00:58:05 +02:00
2013-10-11 13:35:32 +02:00
2013-09-23 17:19:44 -05:00
2013-10-20 12:37:35 +02:00
2013-10-20 12:37:35 +02:00
2013-11-05 03:01:47 +01:00
2013-10-21 20:42:31 +02:00
2013-10-19 23:05:53 +02:00