[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 l

[xstream-user] Re: Re: Map only some parts of the xml

2013-02-26 Thread Jörg Schaible
Hi Amanda, Amanda Varella wrote: > Thank you Jörg, > * > * > I think the ReflectionConverter won´t work because I don´t have knowledge > of all attributes I would like to ignore. > > I think this could be a quite common need: to ignore unknown attributes. > Do you know if there is a converter tha

[xstream-user] StaxReader ignores CDATA

2013-02-26 Thread Wire, Keith C
Hi All, I'm using the StaxDriver to gain support of namespaces in Xstream. Really, I care that it ignores them when unmarshalling xml. Anyhow, when unmarshalling XML using the StaxDriver / StaxReader I discovered it ignored CDATA tags. Upon investigation I tracked down the issue to the follo

Re: [xstream-user] Re: Map only some parts of the xml

2013-02-26 Thread Amanda Varella
Thank you Jörg, * * I think the ReflectionConverter won´t work because I don´t have knowledge of all attributes I would like to ignore. I think this could be a quite common need: to ignore unknown attributes. Do you know if there is a converter that already implement this? By the way, I´m gonna ta