Hi Conor I haven't tried this, but a quick look at the code seems to indicate that "xml|json" should work (i.e. use the pipe symbol to separate your media types). The code is in org.restlet.engine.resource.AnnotationInfo.java and it looks like everything after the colon is ignored, so "xml:json" will be truncated to just "xml".
Hope this helps Ben ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2583727

