This is a question for the users list, use outDropElements to completely remove a given element

Cheers, Sergey
On 23/09/14 16:39, Nee wrote:
I wanted to remove a tag from the request xml using the below transformation
feature.But it doest not work.If I change the tag name<entry key="currency"
value="test">its working but give empty value its not working.

Kindly let me know how to fix it.

<bean id="transformFeature"
class="org.apache.cxf.feature.StaxTransformFeature">
                                      <property name="outTransformElements">    
                        
                                        <map>                             
                                          <entry key="currency" value=""/>      
                      
                                        </map>                            
                                      </property>
                        </bean>



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Transformation-to-remove-tag-not-working-tp5749132.html
Sent from the cxf-dev mailing list archive at Nabble.com.



Reply via email to