I don't remember the specifics, but Woodstox has some custom property that can be set on XMLInputFactory to specify the minimum text segment length. The idea is to set this to Integer.MAX_VALUE or something.
Andreas On Fri, Sep 11, 2015 at 7:31 AM, Sewmini Jayaweera <[email protected]> wrote: > Sorry about the previous email. > > Hi Andreas, > > In our product we use AXIOM for XML processing and pass XMLin non-coalescing > mode ("javax.xml.stream.isCoalescing",false). As a result of this when we > get a soap message which has a lengthy CDATA block axiom breaks down it into > multiple CDATA chunks. > > In your email [1] I noted you have stated that there is a way of configuring > Woodstox to report CDATA sections without splitting text nodes into chunks. > Will you please be able to point a document or any other reference guid on > how to do it. > > Your prompt response would be so much appreciated. > > Thank You. > Regards, > Sewmini > > [1] > https://mail-archives.apache.org/mod_mbox/ws-commons-dev/201005.mbox/%[email protected]%3E > > Sewmini Jayaweera > Software Engineer - QA Team > Mobile: +94 (0) 773 381 250 > [email protected] > > On Fri, Sep 11, 2015 at 11:52 AM, Sewmini Jayaweera <[email protected]> > wrote: >> >> Hi Andreas, >> >> In our product we use AXIOM for XML processing and pass XMLin >> non-coalescing mode ("javax.xml.stream.isCoalescing",false). As a result of >> this when we get a soap message which has a CDATA >> >> >> Sewmini Jayaweera >> Software Engineer - QA Team >> Mobile: +94 (0) 773 381 250 >> [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
