# File lib/xtemplate/xml.rb, line 206
    def on_attr_charref_hex(code)
      push_attrval("&\#x#{'%x' % code};")
    end