Patch to bug #461754: CDATA should not undergo entity subst.
This commit is contained in:
parent
1952e388ca
commit
5485404293
|
@ -709,7 +709,7 @@ class CDATASection(Text):
|
|||
nodeName = "#cdata-section"
|
||||
|
||||
def writexml(self, writer, indent="", addindent="", newl=""):
|
||||
_write_data(writer, "<![CDATA[%s]]>" % self.data)
|
||||
writer.write("<![CDATA[%s]]>" % self.data)
|
||||
|
||||
|
||||
def _nssplit(qualifiedName):
|
||||
|
|
Loading…
Reference in New Issue