https://bugzilla.novell.com/show_bug.cgi?id=843421 https://bugzilla.novell.com/show_bug.cgi?id=843421#c8 Thomas Schraitle <thomas.schraitle@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |saigkill@opensuse.org --- Comment #8 from Thomas Schraitle <thomas.schraitle@suse.com> 2013-10-07 05:59:35 UTC --- Hi Sascha, (In reply to comment #6)
[...] /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.
Perfect!
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.
and
It generates two folders.
That's ok.
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.
Your document contains XInclude elements (<xi:include/>) and you've forgot to add the --xinclude option for xsltproc. If you add this option to your command line, the above error will vanish. :) Nevertheless, back to your original problem. Ok, I summarize our finding: * The installed DocBook stylesheets contain the stylesheet.result.type parameter * For some reason, your customization layer breaks Right? So the next step would be to use also xsltproc with your stylesheet and see what happens. Try the above command line (this time with the --xinclude option) and replace the path to the original DocBook stylesheet with your customization layer. Does it work? If not, post a link to your customization layer. :) -- 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.