Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

error parsing utf8 chars using XML DOM parser

by avih (Initiate)
on Nov 01, 2011 at 14:23 UTC ( [id://935130]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <Name>IssuéTést</Name>
    
  2. or download this
    use XML::DOM;
    
    ...
    my $str = $doc->toString();
    print $str;
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <Name>Issu&#14932;st</Name>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://935130]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 02:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found