Hi, For now you can achieve that using XSLT feature: http://cxf.apache.org/docs/xslt-feature.html . You need to prepare xslt transformation script for this solution and it isn't stream oriented, but it will fulfil your requirement. I agree with Sergei, that it makes sense to extend lightweight Transformation feature to support this use case.
Regards, Andrei. > -----Original Message----- > From: ivnguru [mailto:[email protected]] > Sent: Dienstag, 30. September 2014 16:51 > To: [email protected] > Subject: Transfrormation with attributes > > Hi, > > I'm trying to use Transfrormation interceptor. > Does anybody know how to add an element with attributes using this > interceptor? > > Thanks for you help! > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Transfrormation-with-attributes- > tp5749354.html > Sent from the cxf-user mailing list archive at Nabble.com.
