in reply to Re^9: LibXML setNodeName error
in thread LibXML setNodeName error
Thank you for all your help and your patience. I'm glad to be a new member of this community, and I promise to give back in the future just as you have given to me.my $file = 'output.xsl'; open my $out_fh, '>', $file; print {$out_fh} $doc->toString;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: LibXML setNodeName error
by haukex (Archbishop) on Jun 27, 2017 at 15:25 UTC |