* libxslt/templates.c: patch from Mark Vakoc about an incorrect
attribute document pointer.
Daniel
+Thu Sep 30 08:19:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
+
+ * libxslt/templates.c: patch from Mark Vakoc about an incorrect
+ attribute document pointer.
+
Thu Sep 30 08:13:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
* doc/tutorial2/libxslt_pipes.*: updated the tutorial from Panagiotis
q = xsltAttrTemplateProcess(ctxt, target, cur);
if (q != NULL) {
q->parent = target;
- q->doc = ctxt->output;
+ q->doc = target->doc;
if (ret == NULL) {
ret = q;
}