Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Replace XML tag names.

by kyle (Abbot)
on May 03, 2010 at 14:29 UTC ( [id://838120]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }eg;
        print;
    }
    
  2. or download this
    <?xml version="1.0"?>
    <TOP>
    ...
        <SOME.OTHER.TYPE>BLAH</SOME.OTHER.TYPE>
      </SUB>
    </TOP>
    
  3. or download this
    <?xml version="1.0"?>
    <TOP>
    ...
        <SOMEOTHERTYPE>BLAH</SOMEOTHERTYPE>
      </SUB>
    </TOP>
    

Log In?
Username:
Password:

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

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

    No recent polls found