<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Hi,<br><br>When I access some node's text (node.text) I get only the first text value of it, for example, if the html is: <br><br>&lt;html&gt;&lt;body&gt;asdf&lt;b&gt;something&lt;/b&gt;qwer&lt;/body&gt;&lt;/html&gt;<br><br>and "node" is the "&lt;body&gt;", then node.text retrieves asdf.<br>if I use node.itertext(), I get [asdf, something, qwer], which is again, not what I want...<br><br>is there a way to reach the other text of a node ("qwer")?<br><br><br></div><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>