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