# File lib/xtemplate/xml.rb, line 202
    def on_attr_charref(code)
      push_attrval("&\##{code};")
    end