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

Parsing and manipulating XML

by hoppfrosch (Scribe)
on Apr 09, 2018 at 07:34 UTC ( [id://1212563]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <Build-Doc>
      <Build>
    ...
        <Nmake></Nmake>
      </Build>
    </Build-Doc>
    
  2. or download this
    use XML::LibXML;
    my $parser = XML::LibXML->new();
    ...
    
    # How do I manipulate "text.mak" and leave the rest of my 
    # xml-structure untouched?
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-26 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found