Thanks for the hint!
It seems a simple way to deal with custom XML formats to use the
custom entity provider functionality.
Using them there is no urgent need for XSLT transformations in this
case. Just need to implement the groovy-XML-conversion in both ways,
MessageBodyReaderSupport and MessageBodyWriterSupport, which is also
the case when using custom XSLT transformations.
On Sep 18, 4:33 pm, Martin Krasser <
krass...@googlemail.com> wrote:
> There's currently no such interface for applying XSLT transformations
> to standard Grails XML representations of domain objects. You'd need
> to write a custom entity provider to do the XSLT transformation. For
> instructions how to wirte custom entity providers for domain objects
> seehttp://
code.google.com/p/grails-jaxrs/wiki/AdvancedFeatures#Entity_pr....