I have a flat file schema with different records under root node, and min occurs and max occurs for all the records is one. I used a receive pipeline with flat file dissembler to debatch the records. I am receieving the debatched records with root node on the top of each record node into my orchestration. My requirement is to get only record nodes with no root node on the top of record node. I will be using each record(xml message) for mapping to different destination messages inside the orchestration.Can anybody help me finding the solution. I tried with xpath but could not find the solution.