Searched refs:curr_attr (Results 1 – 2 of 2) sorted by relevance
33 for (xmlAttrPtr curr_attr = node->properties; curr_attr != NULL; curr_attr = curr_attr->next) { in get_attribute() local34 if (xmlStrEqual(curr_attr->name, (const xmlChar *) attr_name)) { in get_attribute()35 return get_text_from_children(curr_attr->children); in get_attribute()
6598 my $curr_attr = $orig_attr;6599 $curr_attr =~ s/^[\s_]+|[\s_]+$//g;6600 if (exists($attr_list{$curr_attr})) {6601 my $new = $attr_list{$curr_attr};6602 if ($curr_attr eq "format" && $params) {