Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(RFC) XML::Rules - yet another XML parser

by Jenda (Abbot)
on Oct 30, 2006 at 15:29 UTC ( [id://581313]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <root>
     <foo x="5">
    ...
      baz("world")
     )
    )
    
  2. or download this
    $xml = <<'*END*';
    <doc>
    ...
        ]
    );
    # prints the addresses, returns nothing
    
  3. or download this
    <doc>
     <person>
    ...
      </phones>
     </person>
    </doc>
    
  4. or download this
    sub {
     if (exists $_[1]->{id} and $_[1]->{id}+0 > 0) {
    ...
      return address => "$_[1]->{street}, $_[1]->{city} ($_[1]->{country})
    +"
     }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-18 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found