mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel
This commit is contained in:
@ -125,6 +125,7 @@ void testXPath(const char *str) {
|
||||
res = xmlXPathEval(str, ctxt);
|
||||
xmlXPAthDebugDumpObject(stdout, res);
|
||||
xmlXPathFreeObject(res);
|
||||
xmlXPathFreeContext(ctxt);
|
||||
}
|
||||
|
||||
void testXPathFile(const char *filename) {
|
||||
|
Reference in New Issue
Block a user