Author: dmeyer
Date: Sun Aug 12 05:22:27 2007
New Revision: 9814
Log:
convert data before writing
Modified:
trunk/core/src/fxdparser.py
Modified: trunk/core/src/fxdparser.py
==============================================================================
--- trunk/core/src/fxdparser.py (original)
+++ trunk/core/src/fxdparser.py Sun Aug 12 05:22:27 2007
@@ -105,7 +105,7 @@
if len(self.childNodes) == 1 and \
self.childNodes[0].nodeType == self._node.TEXT_NODE:
writer.write(">")
- writer.write(self.childNodes[0].data)
+ _write_data(writer, self.childNodes[0].data)
writer.write("</%s>%s" % (self.tagName,newl))
elif self.childNodes:
writer.write(">%s"%(newl))
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog