summaryrefslogtreecommitdiff
path: root/lib/rexml/validation
diff options
context:
space:
mode:
-rw-r--r--lib/rexml/validation/validation.rb2
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ module REXML
sattr = [:start_attribute, nil]
eattr = [:end_attribute]
text = [:text, nil]
- k,v = event[2].find { |key,value|
sattr[1] = key
#puts "Looking for #{sattr.inspect}"
m = @current.next( sattr )