Its a Grails app and we'd like to be able to add XML namespaces to the xml produced for REST clients. Most of the xml is output using "render foo as XML" with the deep converter.
So the output needs to be something like:
<foo xmlns:myns='http://mycompany.com/myproduct/ver'> ... </foo>