root/honeyclient/tags/exp/DOWN1-kindlund-firefox/thirdparty/xpath-23934.patch
| Revision 131, 456 bytes (checked in by kindlund, 2 years ago) |
|---|
-
XPath.pm
old new 192 192 if ($#nodes < 0) { 193 193 if ($node_path =~ m|/@([^/]+)$|) { 194 194 # attribute not found, so try to create it 195 my $parent_path = $`;195 my $parent_path = substr($node_path, 0, $-[0]); 196 196 my $attr = $1; 197 197 $nodeset = $self->findnodes($parent_path); 198 198 return undef if (!defined $nodeset); # could not find node
Note: See TracBrowser for help on using the browser.
