The older epub (for now). From: Bob Stayton [mailto:[email protected]] Sent: Wednesday, August 15, 2012 1:04 PM To: Jason Zech; DocBook Apps Subject: Re: [docbook-apps] Producing an arbitrary chunk in epub
Are you using the epub or epub3 stylesheets in DocBook XSL? They are structured differently for customizations. Bob Stayton Sagehill Enterprises [email protected]<mailto:[email protected]> ----- Original Message ----- From: Jason Zech<mailto:[email protected]> To: DocBook Apps<mailto:[email protected]> Sent: Wednesday, August 15, 2012 6:23 AM Subject: [docbook-apps] Producing an arbitrary chunk in epub Hi all, I'm doing heavy customization on the 1.77.1-ns transform to epub, via Oxygen's ANT transform. I cannot, though, seem to figure out how to generate a separate copyright page chunk with the copyright info and my legal notices. I have a good working chunk customization setup with the formatting in the imported stylesheet and the chunking in the main one, and I've cleared the copyright and legal notices from the default index.html page. I can't quite seem to figure out how to generate a new chunk with a named template and put what I want in there. I tried adding <xsl:call-template name="copyright.chunk"/> to the end of the root template <xsl:template match="/"> where the opf, ncx, cover, and container templates are called. Then I created my own copyright.chunk template (I copied the cover template and just changed the filename and the contents going into it). But the chunk isn't appearing in my epub. Any suggestions? Thanks
