GNOME Bugzilla – Bug 567192
--output option makes xsltproc ignore --xinclude
Last modified: 2009-08-23 13:00:05 UTC
As reported on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497585: Hi, I was about to pull out my hair trying to debug some strangenss with xinclude in my XML files when I finally discoverd this bug: xsltproc does honour --xinclude only when it outputs its result to stdout, _not_ when sending it somewhere using --output. The attached patch fixes this. Please consider applying it for the next upload. The code paths of xsltproc with and without --output seem to differ quite a lot, there might be more problems hidden. Greetings, Joachim BTW: The --xincludestyle parameter is not documented in the manpage.
Created attachment 126136 [details] [review] Possible fix
Makes sense, it also needed to pass parser flags, applied and commited, thanks ! Daniel