https://bugzilla.novell.com/show_bug.cgi?id=843421 https://bugzilla.novell.com/show_bug.cgi?id=843421#c6 --- Comment #6 from Sascha Manns <saigkill@opensuse.org> 2013-10-02 20:19:53 UTC --- Hi Thomas, i've tried out the first proposal. I'm getting: Mi Okt 02 [21:16:25][sascha@localhost:~]$ DB=/usr/share/xml/docbook/stylesheet/nwalsh/current/ Mi Okt 02 [21:16:28][sascha@localhost:~]$ 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'"/> So it looks like it is present in the stylesheets. Then i've tried out your second proposal with xsltproc. Then i'm getting: Mi Okt 02 [21:19:43][sascha@localhost:~/Dokumente/Textdocuments/docbook/pactivehandbook-code/de/xml]$ xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/current/epub/docbook.xsl book_plasma-active_startup.xml Writing OEBPS/bk01-toc.html for book(book.plasma-active.startup) Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in book, but no template matches. Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in part, but no template matches. Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in part, but no template matches. Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in part, but no template matches. Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in part, but no template matches. Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in part, but no template matches. Writing OEBPS/pt01.html for part Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in part, but no template matches. Writing OEBPS/pt02.html for part Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in book, but no template matches. Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in book, but no template matches. Element include in namespace 'http://www.w3.org/2001/XInclude' encountered in book, but no template matches. Writing OEBPS/ix01.html for index Writing OEBPS/index.html for book(book.plasma-active.startup) Writing OEBPS/toc.ncx Writing OEBPS/content.opf Writing META-INF/container.xml It generates two folders. I've tried out to look the index.html with konqueror. The actual output you can download there: http://saigkill.homelinux.net/pub/epub3.tar.bz2. It looks like the generated index.html is broken because no links to the other content's html aren't visible. -- 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.