On 9/12/07, Pyrolupus <[EMAIL PROTECTED]> wrote:
>
>
> Also, children() is not the right method.  I should have originally
> said find('*').  children() is only for immediate descendants, while
> find('*') gets them all.


children() is fine here because as you get the immediate children and
move/remove them, their contents/descendant elements come with them.

- Richard

Reply via email to