diff --git a/ChangeLog b/ChangeLog index e6a8e779..f2c9e0bf 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;