Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

ramrod's scratchpad

by ramrod (Curate)
on Feb 09, 2009 at 14:46 UTC ( [id://742450]=scratchpad: print w/replies, xml ) Need Help??

For those interested, here's what I found to work.

With the following XML structure:
<root> <element1/> <element2 attribute="positive"></element2> <element3/> </root>
I was trying to create some code to check specific information in the data.
my $test=XMLin('path\file.xml', KeepRoot=>1, KeyAttr=>"element2", Forc +eArray=>0); if($test->{root}->{element2}->{attribute} eq "positive") {print "Found It";} else {print "No Luck";}
Thanks to bart for pointing me in the right direction.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-19 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found