Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: XML Transaction - random access.

by epoptai (Curate)
on Jun 30, 2001 at 00:28 UTC ( [id://92795]=note: print w/replies, xml ) Need Help??


in reply to Re: XML Transaction - random access.
in thread XML Transaction - random access.

Two notes on the use of XML::Simple:

  1. Since malformed XML is fatal to the parser you may want to wrap its evocation in an eval block.
  2. Use forcearray to avoid problems with references when the returned structure has empty elements.

$hashref = eval{ XMLin($XMLinaString, forcearray => 1) }; xml_parse_failure($@) if $@; # an error trapping sub

--
Check out my Perlmonks Related Scripts like framechat, reputer, and xNN.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-19 17:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found