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 }