Re: AW: Split XML with xmlTokenizer and add root element?

2014-04-24 Thread Aki Yoshida
we can't have any footers because that will force the tokenizer to parse the entire document before start splitting the tokens. 2014-04-24 14:32 GMT+02:00 arnaudeprez : > Hi jhm, > > I agree, this kind of stuff can be very useful especially for huge file > (otherwise we can use xslt and split com

Re: AW: Split XML with xmlTokenizer and add root element?

2014-04-24 Thread arnaudeprez
Hi jhm, I agree, this kind of stuff can be very useful especially for huge file (otherwise we can use xslt and split combinaition). The problem here is how to keep the configuration of the tokenizer simple. For example, we can have : Input : ... ... ... ...

AW: Split XML with xmlTokenizer and add root element?

2014-04-15 Thread jhm
> I think you are right. > currently, the result is a series of child elements and the parent > context information is not included in the result (except the namespace > binding information that can be extracted into the split child > elements). > > When I pushed the current implementation, I had