class KramdownRFC::KDRFC

def process_xml(*args)

def process_xml(*args)
  if @options.remote
    process_xml_remotely(*args)
  else
    process_xml_locally(*args)
  end
end