merge from zeroconf branch

(fixed bug: xml error when we get CDATA after
 initial stream header)
This commit is contained in:
Dimitur Kirov 2006-09-19 12:50:33 +00:00
parent e1ab80d648
commit 1463ca8289
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class NodeBuilder:
if self.last_is_data:
if self.data_buffer:
self.data_buffer.append(data)
else:
elif self._ptr:
self.data_buffer = [data]
self.last_is_data = 1