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 byXMLWriter.writeText
, butdxml.util.encodeText
failed to handle it, leaving it as"]]>"
.encodeText
now converts"]]>"
to"]]>"
.