<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
Also forgot to mention:<br>
this code was tested against v0.4-1. <br>
It causing a backtrace on current CVS version so investigating it now.<br>
<blockquote type="cite" cite="mid3FD9411A.5060905@penza-gsm.ru">
<meta http-equiv="Content-Type" content="text/html;">
<title></title>
Oh sorry! I simply forgot that I must reply on every bugreport before
closing it. Doing it now.<br>
==========================<br>
<a class="moz-txt-link-abbreviated"
href="mailto:snake@home1:%7E/tmp/jabberpy0.4-1$">snake@home1:~/tmp/jabberpy0.4-1$</a>
cat 12120653.py <br>
#!/usr/bin/python<br>
import jabber<br>
<br>
message=jabber.Message(to='<a class="moz-txt-link-abbreviated"
href="mailto:somebody@example.org">somebody@example.org</a>',body="i'm
an apostrophe user")<br>
<br>
print `message.getBody()`<br>
print `message.asNode()._xmlnode2str()`<br>
<a class="moz-txt-link-abbreviated"
href="mailto:snake@home1:%7E/tmp/jabberpy0.4-1$">snake@home1:~/tmp/jabberpy0.4-1$</a>
./12120653.py <br>
"i'm an apostrophe user"<br>
"<message to='<a class="moz-txt-link-abbreviated"
href="mailto:somebody@example.org">somebody@example.org</a>'><body>i'm
an apostrophe user</body></message>"<br>
<a class="moz-txt-link-abbreviated"
href="mailto:snake@home1:%7E/tmp/jabberpy0.4-1$">snake@home1:~/tmp/jabberpy0.4-1$</a> <br>
===========================<br>
</blockquote>
--<br>
Respectively<br>
Alexey Nezhdanov
</body>
</html>