diff options
-rw-r--r-- | lib/rexml/parsers/treeparser.rb | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,10 @@ module REXML return when :start_element tag_stack.push(event[1]) - el = @build_context = @build_context.add_element( event[1], event[2] ) when :end_element tag_stack.pop @build_context = @build_context.parent |