Package: docbook-slides Version: 3.3.1.0-1.1 In a very simple customisation layer, the include by fixed path works:
<?xml version='1.0' encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="/usr/share/xml/docbook/custom/slides/3.3.1/xsl/xhtml/tables.xsl"/> </xsl:stylesheet> Including by XML catalog does not: <?xml version='1.0' encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="http://docbook.sourceforge.net/release/slides/3.3.1/xsl/xhtml/tables.xsl"/> </xsl:stylesheet> Gives xsl:import unable to load with xsltproc on a sarge/stable system. I tried different variants of the path, but failed with any. Maybe sth. is wrong with the catalog? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]