You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and 10TutorialIntroduction.xml is included by sections/10General_autoIndex.xml as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPEchapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
<chapterid="general">
<title>General</title>
[...]
<xi:includehref="10General/10TutorialIntroduction.xml"xmlns:xi="http://www.w3.org/2001/XInclude" />
[...]
</chapter>
docbookrx fails to locate sections/10General/10TutorialIntroduction.xml.
I must say I'm not an expert in DocBook, but if I read the specification correctly, then it is correct that sections/10General_autoIndex.xml uses a path relative to itself to import sections/10General/10TutorialIntroduction.xml.
So I am not sure why docbookrx fails to load sections/10General/10TutorialIntroduction.xml?
The text was updated successfully, but these errors were encountered:
Given a multi-file docbook project such as the following (truncated):
Where
sections/10General_autoIndex.xml
is included by the root documentTutorials.xml
as follows:and
10TutorialIntroduction.xml
is included bysections/10General_autoIndex.xml
as follows:docbookrx fails to locate
sections/10General/10TutorialIntroduction.xml
.I must say I'm not an expert in DocBook, but if I read the specification correctly, then it is correct that
sections/10General_autoIndex.xml
uses a path relative to itself to importsections/10General/10TutorialIntroduction.xml
.So I am not sure why docbookrx fails to load
sections/10General/10TutorialIntroduction.xml
?The text was updated successfully, but these errors were encountered: