Toward core module compiling.
This commit is contained in:
parent
c25a56ee19
commit
3ed195d7dd
305 changed files with 1774 additions and 1065 deletions
|
@ -10,7 +10,7 @@ Status XmlWriter::toString(XmlDocument* document, String& output)
|
|||
output += "<?xml";
|
||||
for (const auto& [key, attribute] : prolog->getAttributes())
|
||||
{
|
||||
output += " " + attribute->getName() + "=\"" + attribute->getValue() + "\"";
|
||||
output += _s(" ") + attribute->getName() + _s("=\"") + attribute->getValue() + _s("\"");
|
||||
}
|
||||
output += "?>\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue