I am trying to submit form field data that should be converted to xml then posted to a php page that receives it using file_get_contents('php://input'). Can this be done using ajax/jquery? If yes, a friendly tutorial would be highly appreciated on how
- form data is converted to xml format
- converted data is posted to php page