This commit is contained in:
honfika@gmail.com
2016-03-10 22:11:18 +01:00
parent 8f34295782
commit 31f3e1866b

View File

@@ -1336,7 +1336,9 @@ public class XFLConverter {
symbolStr.writeStartElement("DOMFrame", new String[]{
"index", Integer.toString(frame - 1),
"keyMode", Integer.toString(KEY_MODE_NORMAL),});
symbolStr.writeElementValue("elements", recCharWriter.toString());
symbolStr.writeStartElement("elements");
symbolStr.writeCharactersRaw(recCharWriter.toString());
symbolStr.writeEndElement();
symbolStr.writeEndElement();
}
}