Yes, my xsl file already has that statement. When it comes out of the XSLT transform it has the header, it's the split tasks that strips it off.
Chris On Wed, Jan 25, 2012 at 2:59 PM, Babak Vahdat <babak.vah...@swissonline.ch>wrote: > Hi, > > Have you already specified the output method of your xsl file to be "xml"? > > <xsl:output method="xml" indent="yes" encoding="YOUR_ENCODING" > omit-xml-declaration="no" /> > > Actually the default value of the omit-xml-declaration attribute is already > "no" but try this if it could help. > > And what version of Camel do you use? > > Babak > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Splitting-on-XML-Documents-tp5431032p5431454.html > Sent from the Camel - Users mailing list archive at Nabble.com. >