Sorted. The issue is not so much about xmljson but the way my XML is tokenized where I should have inherited the namespace from top element rdm:Results so that when xmljson does the parsing it knows about the namespace
Adding inheritNamespaceTagName to tokenize fixed my issue: <camel:tokenize token="Record" xml="true" inheritNamespaceTagName="Results"/> -- View this message in context: http://camel.465427.n5.nabble.com/Marshall-xml-with-namespace-prefix-using-xmljson-tp5736616p5736619.html Sent from the Camel - Users mailing list archive at Nabble.com.
