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