]> mj.ucw.cz Git - libucw.git/blobdiff - sherlock/xml/common.c
XML & WML: WML parser now uses the new XML library.
[libucw.git] / sherlock / xml / common.c
index 0c516ea99b5b54670a06c7bbd2685250a8ffe6c9..d3155ed8082c933748700ebeb162bba6c8e7593c 100644 (file)
@@ -161,5 +161,7 @@ xml_reset(struct xml_context *ctx)
   mp_flush(pool);
   mp_flush(stack);
   bzero(ctx, sizeof(*ctx));
+  ctx->pool = pool;
+  ctx->stack = stack;
   xml_do_init(ctx);
 }