diff options
Diffstat (limited to 'xpointer.c')
| -rw-r--r-- | xpointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1292,6 +1292,7 @@ xmlXPtrEval(const xmlChar *str, xmlXPathContextPtr ctx) { return(NULL); ctxt = xmlXPathNewParserContext(str, ctx); + ctxt->xptr = 1; xmlXPtrEvalXPointer(ctxt); if ((ctxt->value != NULL) && |
