Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help With Envelope

Status
Not open for further replies.

Kalisto

Programmer
Feb 18, 2003
997
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top