SleekXMPP/sleekxmpp/xmlstream/tostring
Lance Stout 8f55704928 Fixed mixed text and elements bug in tostring.
XML of the form <a>foo <b>bar</b> baz</a> was outputted as
<a>foo <b>bar</b> baz baz</a>.

Includes unit test.
2010-10-21 16:21:28 -04:00
..
__init__.py Replaced the ToString class with a tostring function. 2010-08-05 20:26:41 -04:00
tostring.py Fixed tostring bug when using mapped namespaces. 2010-10-01 12:41:35 -04:00
tostring26.py Fixed mixed text and elements bug in tostring. 2010-10-21 16:21:28 -04:00