Help for this page

Select Code to Download


  1. or download this
     UNKNOWN_NODE (0)             The node type is unknown (not part of DO
    +M)
    
    ...
       }
    
  2. or download this
     @list = $node->getElementsByTagName("tag");       # returns a perl li
    +st
     $nodelist = $node->getElementsByTagName("tag");   # returns a NodeLis
    +t (object ref.)
     for my $elem ($node->getElementsByTagName("tag")) # iterate over the 
    +result nodes