Subject: Re: WG: How to reorder an XML tree?
From: Paul Prescod <paulp@xxxxxxxxxxxxxxx>
Date: Tue, 19 Jun 2001 12:13:57 -0700
|
"Griebel, Peer" wrote:
>
> Hi,
>
> I would like to mostly copy an XML file unmodified. BUT some
> single sub-tree should be moved to a different location - regardless
> of it's original position.
Perhaps you could be more explicit in the description of your problem.
Are you saying that the element with the id "b" should always be moed to
be a child of the element with the id "d" and everything else should
remain the same? Should it be the first child, the last child, the only
child?
--
Take a recipe. Leave a recipe.
Python Cookbook! http://www.ActiveState.com/pythoncookbook
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|