Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Cpp-M3
-
None
-
All
Description
XML charactres are not escaped.
In case of all string based data types SDOXMLWriter uses xmlTextWriterWriteRaw instead of xmlTextWriterWriteString.
Is it related to this comment in SDOXMLWriter::writeXMLElement ?
/* A more complex version that doesn't work! ...
Shall we assume a string content at least ?