Help for this page

Select Code to Download


  1. or download this
    sub get_data {
        my($element, $attribute, $index) = @_;
    ...
    
        return $node->getAttribute($attribute);
    }