Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    $li_node->removeChild( $p_element );
        
    print $doc->toString;
    
  2. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <li>
      <p>
       Some <b>text<c1> here</c1></b>
      </p>
    </li>
    
  3. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <li>
      
    
       Some <b>text<c1> here</c1></b>
      </li>