on openSUSE Tumbleweed and the latest Debian (unstable) releases you will receive the following error when validating DocBook5 documents with DAPS:
ERROR: The URN specified with DOCBOOK5_RNG_URI points to a non-existing file "file:/usr/share/xml/docbook/schema/rng/5.0/docbookxi.rng"
The reason for this error is a change in the output of the xmlcatalog program. Not sure whether this is intended or an error, but it used to return paths with the file:// prefix, while the versions on Tumbleweed and Debian return file: as a prefix.
We will fix this issue with the next release which will probably be published next week.
If you are affected by this error, there is an easy workaround you may use in the meantime:
Hi,
on openSUSE Tumbleweed and the latest Debian (unstable) releases you will receive the following error when validating DocBook5 documents with DAPS:
ERROR: The URN specified with DOCBOOK5_RNG_URI points to a non-existing file "file:/usr/share/xml/docbook/schema/rng/5.0/docbookxi.rng"
The reason for this error is a change in the output of the xmlcatalog program. Not sure whether this is intended or an error, but it used to return paths with the
file://
prefix, while the versions on Tumbleweed and Debian returnfile:
as a prefix.We will fix this issue with the next release which will probably be published next week.
If you are affected by this error, there is an easy workaround you may use in the meantime:
and copy the result, e.g.
The value of the parameter is the result from the xmlcatalog command where
file:
is replaced withfile://
Have fun!
Frank