From c73d033283287c0fff50575e178cbce2b6d0d707 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 16 Aug 2006 15:33:13 +0000 Subject: [PATCH] --xinclude should also force XInclude processing on the stylesheets * xsltproc/xsltproc.c: --xinclude should also force XInclude processing on the stylesheets themselves, raised by Daniel Leidert Daniel --- ChangeLog | 5 +++++ xsltproc/xsltproc.c | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index e6a8e77..f2c9e0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 16 17:39:04 CEST 2006 Daniel Veillard + + * xsltproc/xsltproc.c: --xinclude should also force XInclude + processing on the stylesheets themselves, raised by Daniel Leidert + Thu Aug 10 15:54:02 CEST 2006 Kasimier Buchcik = 20603 + xmlXIncludeProcessFlags(style, XSLT_PARSE_OPTIONS); +#else + xmlXIncludeProcess(style); +#endif + if (timing) { + endTimer("XInclude processing %s", argv[i]); + } + } if (style == NULL) { fprintf(stderr, "cannot parse %s\n", argv[i]); cur = NULL; -- 2.7.4