Jonathan M Davis: The Long-Winded D Guy
Changelog for dxml 0.3.1

Minor update to fix bug in encodeText.

  • "]]>" is not legal in the text field of an XML document, which was properly caught by XMLWriter.writeText, but dxml.util.encodeText failed to handle it, leaving it as "]]>". encodeText now converts "]]>" to "]]>".