[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

[xstream-user] Re: StaxReader ignores CDATA

2013-02-26 Thread Jörg Schaible
Hi Keith, Wire, Keith C wrote: Hi All, I'm using the StaxDriver to gain support of namespaces in Xstream. Do you have an idea, which StaX implementation is selected? The StaXDriver itself will only use the default implementation of your environment and that might change with the Java