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

XML::Parser can't create empty tags?

by graff (Chancellor)
on May 06, 2005 at 05:33 UTC ( [id://454607]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      <sometag attr1="v1" attr2="v2"/>
    
  2. or download this
      <sometag attr1="v1" attr2="v2"></sometag>
    
  3. or download this
    use XML::Parser;
    
    ...
    print "\n";
    
    sub StartTag { print }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-23 23:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found