Skip to content
  • Alex Bligh's avatar
    Add xmlXPathSetContextNode and xmlXPathNodeEval · 28876afb
    Alex Bligh authored and Daniel Veillard's avatar Daniel Veillard committed
    
    
    This patch adds xmlXPathSetContextNode and xmlXPathNodeEval,
    which make it easier to evaluation XPath expressions with a
    context node other than the document root without poking about
    inside the internals of the context.
    
    This patch is compile-tested only, and is my first libxml2
    contribution, so please go easy.
    
    Signed-off-by: default avatarAlex Bligh <alex@alex.org.uk>
    28876afb