Skip to content

0.3.1

Compare
Choose a tag to compare
@jmdavis jmdavis released this 20 Apr 05:25
· 42 commits to master since this release

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 "]]>".