[kde-doc-english] [docs] [Bug 320775] KDE Help Center is unable to display writing_scrollkeeper_omf_files.xml

Christopher Yeleighton giecrilj at stegny.2a.pl
Tue Jun 11 21:31:02 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=320775

--- Comment #11 from Christopher Yeleighton <giecrilj at stegny.2a.pl> ---
Hmm, the funny thing is that xsltproc does not call xsltApplyStylesheet at all.
 Instead, it produces index.html from
/usr/share/xml/docbook/stylesheet/nwalsh/current/html/chunker.xsl line 238.  No
wonder the result returned from xsltApplyStylesheet is empty.

chunk.xsl is included by kde-include-common.xsl by kde-chunk-common.xsl by
kde-nochunk.xsl; that seems to enable chunking mode unconditionally.  The
script kde-nochunk.xsl sets parameter using.chunker=0 but it does not help;
this parameter is not evaluated afterwards.

I think kde-include-common.xsl should include docbook.xsl instead of chunk.xsl
if $using.chunker=0; this, however, is not possible because import is
unconditional.

I replaced <xsl:import
href="/usr/share/xml/docbook/stylesheet/nwalsh/current/html/chunk.xsl"/> with
docbook.xsl in (a local copy of) kde-include-common.xsl and ghelp started
working.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-doc-english mailing list