mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-09 03:41:46 +03:00
fixed the xinclude problem with document() as in bug #171893 added a new
* xsltproc/xsltproc.c: fixed the xinclude problem with document() as in bug #171893 * configure.in tests/Makefile.am tests/xinclude/*: added a new xinclude directory with the test for this problem Daniel
This commit is contained in:
@ -395,6 +395,8 @@ xsltProcess(xmlDocPtr doc, xsltStylesheetPtr cur, const char *filename) {
|
||||
if (ctxt == NULL)
|
||||
return;
|
||||
xsltSetCtxtParseOptions(ctxt, options);
|
||||
if (xinclude)
|
||||
ctxt->xinclude = 1;
|
||||
if (profile) {
|
||||
res = xsltApplyStylesheetUser(cur, doc, params, NULL,
|
||||
stderr, ctxt);
|
||||
|
Reference in New Issue
Block a user