Hi My problem is that I can’t extract some XML using xpath in Camel 3.3.0
My incoming XML is complicated where my target tag <Tx></Tx> also has a tag further down the tree as <Tx></Tx>. I have created a demo project on Github for share if someone could help me. https://github.com/hakuseki/xpath I have tested with a more “friendly” XML and both tests manage to retrieve the XML segment I want. This type of XML we get from client is based on a EU/ESMA standard. Pls advice Thx /M