def parse_post(element)
        post_params = {}
        element.element_children.each do |child|
          name = child.name.freeze
          post_params[name] =