What does Camel Splitter actually do with XML Document when splitting with xpath?
问题 I have a document with an order and a number of lines. I need to break the order into lines so I have a camel splitter set to xpath with the order line as it's value. This works fine. However, what I get going forward is an element for the order line, which is what I want, but when converting it I need information from the order element - but if I try to get the parent element via xpath following the split, this doesn't work. Does Camel create copies of the nodes returned by the xpath