mquinson / po4a

Maintain the translations of your documentation with ease (PO for anything)
http://po4a.org/
GNU General Public License v2.0
121 stars 58 forks source link

proposal: use xmlcatalog to find docbook.xsl #431

Closed nektro closed 8 months ago

nektro commented 11 months ago

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"