Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Get data from an XML file heading

by Lotus1 (Vicar)
on Feb 20, 2020 at 16:20 UTC ( [id://11113258]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    foreach my $attribute( $dom->findnodes('/test/result_summary/@*') ) {
        print $attribute->nodeName, " = ", $attribute->to_literal, "\n";
    }
    
  2. or download this
    
    ******* get individual attribute by name: ***********
    ...
    download_key = xmxnxnxnxnxnxnxnxnx
    time_start = 2020-02-19 15:50:55
    feed_version = 1.44
    

Log In?
Username:
Password:

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

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

    No recent polls found