From: Nikolay Sivov Subject: Re: [PATCH 3/4] xmllite: Set empty value for end element nodes. Message-Id: <28b62a95-2c64-6ab9-6c09-b18bd53b6ed8@gmail.com> Date: Tue, 21 Mar 2017 18:37:31 +0300 In-Reply-To: <9a92ccce-5ad4-ca0a-0809-67c1307e92db@codeweavers.com> References: <9a92ccce-5ad4-ca0a-0809-67c1307e92db@codeweavers.com> On 21.03.2017 18:19, Jacek Caban wrote: > Signed-off-by: Jacek Caban > --- > dlls/xmllite/reader.c | 1 + > 1 file changed, 1 insertion(+) > Could you make this another node type case in GetValue? Like for XmlNodeType_XmlDeclaration. The goal is to make sure empty static string is returned unconditionally for certain node types, as opposed to heap-allocated empty string.