https://bugzilla.novell.com/show_bug.cgi?id=843421 https://bugzilla.novell.com/show_bug.cgi?id=843421#c4 --- Comment #4 from Thomas Schraitle <thomas.schraitle@suse.com> 2013-10-02 06:30:41 UTC --- Hmn, ok. Let us elaborate it a bit more: 1. This is a stylesheet error; daps has nothing to do with this nor it is able to handle such an error. Futhermore, it has nothing to do with the process itself nor your XML files. :) 2. For some reason, the parameter stylesheet.result.type is not known. 3. It looks like an upstream bug. Ok, I did a grep over the DocBook stylesheets. Here is the shell excerpt and the output what I got: $ DB=/usr/share/xml/docbook/stylesheet/nwalsh/current/ $ grep stylesheet.result.type $DB/{common,xhtml5}/*.xsl /usr/share/xml/docbook/stylesheet/nwalsh/current//common/common.xsl: and $olist[@role = $stylesheet.result.type]"> /usr/share/xml/docbook/stylesheet/nwalsh/current//common/common.xsl: <xsl:if test="@role = $stylesheet.result.type and /usr/share/xml/docbook/stylesheet/nwalsh/current//common/common.xsl: not(preceding-sibling::*[@role = $stylesheet.result.type])"> /usr/share/xml/docbook/stylesheet/nwalsh/current//common/common.xsl: <!-- Accept 'html' for $stylesheet.result.type = 'xhtml' --> /usr/share/xml/docbook/stylesheet/nwalsh/current//common/common.xsl: and $stylesheet.result.type = 'xhtml' /usr/share/xml/docbook/stylesheet/nwalsh/current//common/common.xsl: and $object/@role='tex' and $stylesheet.result.type = 'fo' /usr/share/xml/docbook/stylesheet/nwalsh/current//common/common.xsl: and $stylesheet.result.type = 'fo' /usr/share/xml/docbook/stylesheet/nwalsh/current//xhtml5/xhtml-docbook.xsl:<xsl:param name="stylesheet.result.type" select="'xhtml'"/> /usr/share/xml/docbook/stylesheet/nwalsh/current//xhtml5/xhtml-profile-docbook.xsl:<xsl:param name="stylesheet.result.type" select="'xhtml'"/> Could you compare it with the output above? One workaround is to add the missing parameter into your customization layer: <xsl:param name="stylesheet.result.type" select="'xhtml'"/> This should solve the above error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.