Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: error parsing utf8 chars using XML DOM parser

by Ninthwave (Chaplain)
on Nov 01, 2011 at 15:07 UTC ( [id://935139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    binmode(STDOUT, ":utf8");
    
  2. or download this
    use XML::DOM;
    binmode(STDOUT, ":utf8");
    ...
    my $doc = $XmlParserObj->parsefile("in.xml");
    my $str = $doc->toString();
    print $str;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://935139]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-28 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found