Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Error decoding XML

by gmpassos (Priest)
on Jan 24, 2005 at 23:17 UTC ( [id://424734]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $xml = '<hdsso><hpid>--------</hpid><pin>ab
    +cbs-hd</pin><fname>--------</fname><mname>&lt
    +;/mname><lname>-------</lname><dob>-------</d
    +ob><email>-------</email><ls>----------</ls&g
    +t;<ws>---------</ws></hdsso>';
    
  2. or download this
      use XML::Smart ;
    
    ...
      my $xml_obj_ok = new XML::Smart( $xml_obj_fix->{data} ,'html') ; 
        
      print $xml_obj_ok->data ;
    
  3. or download this
    <?xml version="1.0" encoding="iso-8859-1" ?>
    <?meta name="GENERATOR" content="XML::Smart/1.6.9 Perl/5.006001 [MSWin
    +32]" ?>
    ...
      <ls>----------</ls>
      <ws>---------</ws>
    </root>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found