Re: [libvirt] [PATCH 18/21] util: xml: introduce virXMLNamespaceRegister

2019-08-21 Thread Jiri Denemark
On Wed, Aug 21, 2019 at 01:15:40 +0200, Ján Tomko wrote: > A wrapper around xmlXPathRegisterNs that will save us > from having to include xpathInternals.h everywhere > we want to use a custom namespace and open-coding > the strings already contained in virXMLNamespace. > > Signed-off-by: Ján

[libvirt] [PATCH 18/21] util: xml: introduce virXMLNamespaceRegister

2019-08-20 Thread Ján Tomko
A wrapper around xmlXPathRegisterNs that will save us from having to include xpathInternals.h everywhere we want to use a custom namespace and open-coding the strings already contained in virXMLNamespace. Signed-off-by: Ján Tomko --- src/util/virxml.c | 20