# File lib/facter/util/plist/parser.rb, line 43
    def tag_start(name, attributes)
      @open.push PTag::mappings[name].new
    end