Re: XML output processing question

2010-06-26 Thread Jenda Krynicky
From: saw > Given one large XML file such as: > > > > > > > > > I want to create many small XML files consisting of a Root element and > the sub-tree. I would like to copy the sub-tree from input to > output as a block without having to address the sub-components. I ha

Re: XML output processing question

2010-06-20 Thread Shlomi Fish
On Friday 18 Jun 2010 17:02:39 saw wrote: > Given one large XML file such as: > > > > > > > > > I want to create many small XML files consisting of a Root element and > the sub-tree. I would like to copy the sub-tree from input to > output as a block without having to ad

XML output processing question

2010-06-20 Thread saw
Given one large XML file such as: I want to create many small XML files consisting of a Root element and the sub-tree. I would like to copy the sub-tree from input to output as a block without having to address the sub-components. I have read the input into a hash using