in reply to Re: XML::LibXML library issue
in thread XML::LibXML library issue
I need to write this modified data in a response file. Previously it was done using
$doc->toFH( $file_handle, 1 );Can i somehow write this modified data back in $doc object from $out so that response file does not have these removed characters in them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::LibXML library issue
by choroba (Cardinal) on Dec 09, 2013 at 13:01 UTC |