mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 19:45:42 +00:00
create domdocument.xml with xml writer 2 fix
This commit is contained in:
@@ -2298,7 +2298,9 @@ public class XFLConverter {
|
||||
|
||||
if (ret2.length() > 0) {
|
||||
writer.writeStartElement("DOMLayer", new String[]{"name", "Layer " + layerIndex, "color", randomOutlineColor()});
|
||||
writer.writeElementValue("frames", ret2.toString());
|
||||
writer.writeStartElement("frames");
|
||||
writer.writeCharactersRaw(ret2.toString());
|
||||
writer.writeEndElement();
|
||||
writer.writeEndElement();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user