U
user
Hi
How do i remove comments from a DOM object ?
I tried searching the man pages XML:OM, XML:OM::Comment and
XML:OM:ocument but could not find anything
The code used to parse the file is below ..
use strict;
use warnings;
use XML:OM;
my $file = shift ;
my $parser = new XML:OM:arser;
my $doc = $parser->parsefile ($file);
# How do I remove the comments from $doc ?
TIA
AB
How do i remove comments from a DOM object ?
I tried searching the man pages XML:OM, XML:OM::Comment and
XML:OM:ocument but could not find anything
The code used to parse the file is below ..
use strict;
use warnings;
use XML:OM;
my $file = shift ;
my $parser = new XML:OM:arser;
my $doc = $parser->parsefile ($file);
# How do I remove the comments from $doc ?
TIA
AB