in reply to Re^3: XML::Twig Stream root children
in thread XML::Twig Stream root children
becomes 2 files, foo-01.xml<root> <a> <b>Test</b> </a> <aa> <b>Test</b> </aa> </root>
and foo-02.xml<root> <a> <b>Test</b> </a> </root>
<root> <aa> <b>Test</b> </aa> </root>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: XML::Twig Stream root children
by mirod (Canon) on Oct 04, 2009 at 20:16 UTC | |
|
Re^5: XML::Twig Stream root children
by Herkum (Parson) on Oct 04, 2009 at 14:02 UTC |