# File lib_wpm/wpm.rb, line 3424
    def character(data)
      string = String.new(escapeHTML(data))
      @stack.last.add(string)
      nil
    end