reassign 310895 docbook-xsl thanks On Wed, Jun 08, 2005 at 09:32:31PM +0200, Philippe Batailler <[EMAIL PROTECTED]> wrote: > Philippe Batailler <[EMAIL PROTECTED]> wrote: > « Package: xmlto > « Version: 0.0.18-5 > « Severity: normal > « > « Hello, > « > « If I run "xmlto man apt-get.fr.8.xm l" > « I get "apt-get.8 " as output. > « I should get : apt-get.fr.8 > > reassign to xsltproc. > > "xsltproc --output apt-get.fr.8 stylesheet apt-get.fr.8.xml" > gives apt-get.8 > and not apt-get.fr.8 as requested.
It took time, but I actually looked into this bug and this is not xsltproc related. The docbook xsl for manpages do generate the files through exsl:document, and doesn't output anything to the standard output. For docbook-xsl maintainer: The output filename is defined in manpages/docbook.xsl, and is roughly defined as concat(normalize-space ($name), '.', $section), which excludes the language used for the manpage. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

