Hi all,

      I need to detach the children of the DOM tree from the root (where the
result should be the sub tree of the initial tree). For example,

*Initial XML should be:*

<root>
    <book>
        <author>Foo</author>
    </book>
</root>

*The resulting XML should be:*

<book>
        <author>Foo</author>
</book>

How can I acquire the this sub tree?

Thanks.
-- 

Regards

A.S.Thiwanka Somasiri

Skype : executionerwild
MSN   : [email protected]
<[email protected]>

Reply via email to