This is probably my understanding of the process.
Ive a flat file schema, that represents an entire document.
I have an envelope that represents data from the root of the document to the node that contains the repeating data (which is then set up as anyElement)
I have a singleLine Schema that describes my repeating element.
When I pull my xml fragments through the pipeline and assemble them using the envelope I see the document root then the path to the envelope, and then the root / path to envelope is repeated before I start to see my data.
I can get round this with a map, but I'd like to know why this is happening and how I can stop it!
K
Ive a flat file schema, that represents an entire document.
I have an envelope that represents data from the root of the document to the node that contains the repeating data (which is then set up as anyElement)
I have a singleLine Schema that describes my repeating element.
When I pull my xml fragments through the pipeline and assemble them using the envelope I see the document root then the path to the envelope, and then the root / path to envelope is repeated before I start to see my data.
I can get round this with a map, but I'd like to know why this is happening and how I can stop it!
K