[xstream-user] Re: EXTERNAL: [xstream-user] Re: StaxReader ignores CDATA

2013-02-27 Thread Wire, Keith C
Hi Jorg, I created a simple test as you recommended, and the results were as I expected. The CDATA contents were not read. Here is the test: @Test Public void testReadCdata(){ Xstream xstream = new Xstream(new StaxDriver()); String contents = tagmy data conents/tag; String xml =

[xstream-user] Re: StaxReader ignores CDATA

2013-02-27 Thread Jörg Schaible
Hi Keith, Wire, Keith C wrote: Hi Jorg, Sorry about the XStream typo, my email likes to autocorrect. I ran the test using each of the StaxDriver Impls you suggested and here are the results: StaxDriver = Fail BEAStaxDriver = Success WstxDriver = Fail SjsxpDriver = Success To add