hello every one i have a very big challenge tody , is to split a big xml file that contains for example 2000 elements (eg) :
`<bigxml>
<element><small>AAA<small/><small>BBB<small/><small>CCC<small/></element>
<element><small>DDD<small/><small>EEE<small/><small>FFF<small/></element>
<element><small>GGG<small/><small>HHH<small/><small>III<small/></element>
.......
.......
</bigxml>`
the result is multiple files with 100 element per file without losing the header
'<bigxml> </bigxml>' per file !
how to proceede please ?