Taking care of unexpected 'tail' attribute on xpath result Element.
libxml2/lxml deliberately keep text nodes (usually whitespace) after an element node
with that element node. In xslt processing this sometimes causes aborts.
By getting rid of this tail (that was unwanted in the first place) these aborts
can be prevented. This is achieved by calling the new utility function lxmlElementUntail
from the XmlXPath and Venturi components.
meresco-components
2011-11-08
https://meresco.svn.sourceforge.net/svnroot/meresco/meresco-components/workingsets/3.4.20-Natag/version_0
201111081004.lxmlElementUntail_for_xmlxpath_and_venturi.changeset [download]