GNOME Bugzilla – Bug 478321
--path ignored with <xi:include parse="text">
Last modified: 2021-07-05 11:00:58 UTC
See attached test case. If you do <xi:include href="afile.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> then it can find that afile.xml file in the directory specified by --path option. But not if you do <xi:include href="afile" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude"/> In this case it complains: "XInclude error : could not load ../afile, and no fallback was found" Here's my xsltproc version: muntyan@munt10:/tmp$ xsltproc --version Using libxml 20630, libxslt 10122 and libexslt 813 xsltproc was compiled against libxml 20629, libxslt 10122 and libexslt 813 libxslt 10122 was compiled against libxml 20629 libexslt 813 was compiled against libxml 20629
Created attachment 95844 [details] Test case See (or run) dostuff.sh script for exact options and stuff.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new ticket at https://gitlab.gnome.org/GNOME/libxslt/-/issues/ Thank you for your understanding and your help.