in reply to Save XML::Twig tree into *.xml file
$captureTemplateTree = new XML::Twig(); $captureTemplateTree->parsefile($captureTemplateName); open my $fh, "/tmp/out.xml"; $captureTemplateTree->print( $fh );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Save XML::Twig tree into *.xml file
by ramya2005 (Scribe) on Aug 17, 2005 at 20:39 UTC | |
by Anonymous Monk on May 14, 2014 at 07:12 UTC | |
by Anonymous Monk on May 14, 2014 at 07:49 UTC |