Is there a way to transform a JAXB generated object to another JAXB object using an XSLT template file. The two objects are generated by two different JAXB bindings.
I know that I can marshall the object to strings and then using a XSLT processor to transform it to the other format. After that unmarshall it to the other JAXB object.
The question is if this is possible in to do in JAXB.