After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 478321 - --path ignored with <xi:include parse="text">
--path ignored with <xi:include parse="text">
Status: RESOLVED OBSOLETE
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-19 11:51 UTC by Yevgen Muntyan
Modified: 2021-07-05 11:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (922 bytes, application/x-compressed-tar)
2007-09-19 12:09 UTC, Yevgen Muntyan
Details

Description Yevgen Muntyan 2007-09-19 11:51:14 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
Comment 1 Yevgen Muntyan 2007-09-19 12:09:43 UTC
Created attachment 95844 [details]
Test case

See (or run) dostuff.sh script for exact options and stuff.
Comment 2 GNOME Infrastructure Team 2021-07-05 11:00:58 UTC
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.