* Sync with the trunk.
This commit is contained in:
commit
83dfa89870
13 changed files with 71 additions and 28 deletions
|
|
@ -91,6 +91,7 @@ void XMLWriter::writeAttrs(const XMLAttrs & attrs)
|
|||
char c = i->second[j];
|
||||
if (c == '"') output << """;
|
||||
else if (c == '<') output << "<";
|
||||
else if (c == '>') output << ">";
|
||||
else if (c == '&') output << "&";
|
||||
/* Escape newlines to prevent attribute normalisation (see
|
||||
XML spec, section 3.3.3. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue