Re: How to write or append content to XML file without XML declaration

2011-11-23 Thread Christian Schneider
nt it to store it like home --->country-ABC --->city.xml // with city 1 and 2 of country ABC --->country-XYZ --->city.xml // with city 1 and 2 of country XYZ the appending of splited xml results in the below structure ** XYZ 1 ** XYZ

Re: How to write or append content to XML file without XML declaration

2011-11-23 Thread santoshjoshi
Hi Claus, Thanks for replying, I havn't tried spliting using *XPATH*, I Will try and revert. Regards Santosh -- View this message in context: http://camel.465427.n5.nabble.com/How-to-write-or-append-content-to-XML-file-without-XML-declaration-tp5014969p5016047.html Sent from the

Re: How to write or append content to XML file without XML declaration

2011-11-23 Thread santoshjoshi
XYZ 2 -- View this message in context: http://camel.465427.n5.nabble.com/How-to-write-or-append-content-to-XML-file-without-XML-declaration-tp5014969p5016045.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to write or append content to XML file without XML declaration

2011-11-23 Thread Christian Schneider
t to ignore all while writing and appending to xml files. Thanks Santosh -- View this message in context: http://camel.465427.n5.nabble.com/How-to-write-or-append-content-to-XML-file-without-XML-declaration-tp5014969p5014969.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to write or append content to XML file without XML declaration

2011-11-22 Thread Claus Ibsen
file:/home/country-{body.countrycode}/?fileName=city.xml&fileExist=Append" > /> > > > the code works fine but it gives me the out like > > ** > >    XYZ >    au > > ** > >    ABC >    ad > > > > I just want to ignore all standalo