On a Monday in 2022, Peter Krempa wrote:
Extract the internals of virXPathString which evaluate the XPath and validate that the returned object is a string into a new helper named 'virXPathEvalString'.The function will be later reused in the number XPath evaluation functions. Signed-off-by: Peter Krempa <pkre...@redhat.com> --- src/util/virxml.c | 39 ++++++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 9 deletions(-)
Reviewed-by: Ján Tomko <jto...@redhat.com> Jano