<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<div><br></div><div>I have a xml document like below</div><div><br></div><div><emp></div><div><id>1</id></div><div><name>Erlang</name></div><div><address></div><div><street>Street 1</street></div><div><country>Country 1<country></div><div></address></div><div></emp></div><div><br></div><div>I have done xmerl_scan:stream, now I need to remove the id , name node such that I have only address.</div><div><br></div><div>How do I remove so that I can below.</div><div><br></div><div><div style="text-indent: 0px !important; "><emp></div><div style="text-indent: 0px !important; "><address></div><div style="text-indent: 0px !important; "><street>Street 1</street></div><div style="text-indent: 0px !important; "><country>Country 1<country></div><div style="text-indent: 0px !important; "></address></div><div style="text-indent: 0px !important; "></emp></div></div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; ">Thanks,</div><div style="text-indent: 0px !important; ">Marutha</div>                                     </body>
</html>