Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunking is Incomplete #7

Open
tomschr opened this issue Apr 21, 2012 · 1 comment
Open

Chunking is Incomplete #7

tomschr opened this issue Apr 21, 2012 · 1 comment

Comments

@tomschr
Copy link
Member

tomschr commented Apr 21, 2012

Either I missed one important step or this is really an issue. ;)

Anyway, I tried to apply the chunking stylesheet to my DocBook code at http://sourceforge.net/p/doccookbook/code/ci/83eb9862fd7e9fbd57a629bca74828d3f34ce366/tree/test/DoCookBook.xml?format=raw which is a valid DocBook 5 book. I've used this command after building the stylesheets with "ant build":

saxon9 -s:DoCookBook.xml -xsl:xslt20-stylesheets/xslt/base/html/chunk.xsl

and I get these files:

chunk-appendix-d62e6043.html  chunk-chapter-d62e2165.html  chunk-chapter-d62e495.html
chunk-appendix-d62e6445.html  chunk-chapter-d62e2599.html  chunk-chapter-d62e5538.html
chunk-book-d62e2.html         chunk-chapter-d62e4355.html  chunk-preface-d62e184.html

This seems rather incomplete to me. :) I expected some index.html file. Futhermore, It seems the root.filename parameter isn't recognized nor base.dir=html/. Opening in a browser shows indeed the content, but lacks linking navigation.

Used Saxon HE 9.3-0 with today's (2012-04-21) stylesheets on openSUSE 12.1.

@ndw
Copy link
Contributor

ndw commented Apr 21, 2012

Ok. I've got a list of stylesheet improvements to implement. I'll check on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants