module MultiXml

def base64_decode(input)

def base64_decode(input)
  input.unpack1("m")
end