I have a node like below
<body id="hello" dir="auto" style="margin-top:0;margin-bottom:0;color:red" bgcolor="green";></body>
i want to extract id="hello" dir="auto" style="margin-top:0;margin-bottom:0;color:red" bgcolor="green";
from the body tag and to apply the same to another tag say DIV. How can this be possible.