using #asString there is wrong, IMHO, if the memory stream is on bytes it should return a read stream reading bytes, if it is on characters, the read stream should return characters.
> On 01 Mar 2016, at 21:13, Max Leske <[email protected]> wrote: > > >> On 01 Mar 2016, at 20:51, Udo Schneider <[email protected]> wrote: >> >> On 29/02/16 23:06, Sven Van Caekenberghe wrote: >>> I think it is not good to do this, better stick with bytes. >> Should I fix it and submit a slice or use a workaround in my code? > > I don’t think it makes sense to change #readStream. I do think though, that > the tools would profit from an improved XML handling. > > Max > >> >> CU, >> >> Udo >> >> >> >> > >
