-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: use xmlcatalog to find docbook.xsl #431
Comments
gemmaro
added a commit
to gemmaro/po4a
that referenced
this issue
Aug 4, 2023
See also GitHub's mquinson#431 "proposal: use xmlcatalog to find docbook.xsl" by nektro [1]. [1] mquinson#431
clan
added a commit
to clan/gentoo
that referenced
this issue
Sep 14, 2024
clan
added a commit
to clan/gentoo
that referenced
this issue
Sep 14, 2024
See mquinson/po4a#431 Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
gentoo-bot
pushed a commit
to gentoo/gentoo
that referenced
this issue
Dec 11, 2024
See mquinson/po4a#431 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: #38599 Signed-off-by: Sam James <sam@gentoo.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version: 0.69
use xmlcatalog(1) from libxml2 to find the xsl file rather than checking a hardcoded absolute path. it can be found with the following command and it will print the path on success
xmlcatalog --noout "" "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
The text was updated successfully, but these errors were encountered: