How to define custom namespace and tag alias using camel-xstream
问题 I'm trying to transform the pipe delimited string to xml, which is working fine. But, I'm not getting the actual output which I have shown below. In my output the parent tag is generating along with the package name, also its not generating the namespace which I want. Can you anyone help me how to transform the flat file to the exact output which I'm expecting. CamelConfig.java @Component public class CamelConfig extends RouteBuilder { @Override public void configure() throws Exception { try