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
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
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.
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.
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