Sorry I ddin't watch my xml folder for a while ... a bit busy
On Sat, Oct 06, 2018 at 07:32:00PM +0300, Roumen Petrov wrote:
> Hi Nick,
>
> Nick Wellnhofer wrote:
> > On 25/09/2018 14:36, Nick Wellnhofer wrote:
> > > The whole situation is a mess. I'd love to change the code so that
> > > non-A
On Tue, Sep 25, 2018 at 01:19:51PM +0200, Nick Wellnhofer wrote:
> libxml2 serializes documents without an encoding declaration differently
> than documents with an explicit UTF-8 encoding:
>
> $ echo 'Käse' |xmllint -
>
> Käse
>
> $ echo 'Käse' |xmllint -
>
> Käse
>
> Since the encoding shoul
On Thu, Sep 27, 2018 at 02:22:55PM +0200, Nick Wellnhofer wrote:
> On 27/09/2018 10:59, Roumen Petrov wrote:
> > Let consider case as "file" mode.
>
> > Let consider case as "stream" code.
>
> I'm not only talking about xmllint but the serialization API (xmlSave*,
> xmlNodeDump*) in general.
>
>