I\'m trying to create some XML files on the client and then send them to the server (nothing special, just something like <root><blabla>...</blabla>...</root>).
I am trying to generate a dynamic xml document in CakePHP to output to the browser. Here is my controller code: