[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] EPUB3: how to use base.dir ?
The latest snapshot is from 22 April, so you should try that
version and let us know if something still needs fixing.
Something is going wrong with the snapshot machine that
prevents it from building a snapshot with each change. I'm
investigating.
From: Carlos Araya
Sent: Sunday, April 21, 2013 8:33 AM
To: Thomas
Schraitle
Subject: Re: [docbook-apps] EPUB3: how to use base.dir
? The build file I use was working without errors until I made the change. The problem with generating the content zip file is not just validation. Either before or after I validate the file I will still have to generate the zipped epub file to deliver so, to me, the problem is still there and it wasn't there before. I use JIng to validate the docbook file before transformation and it reports no errors. I work with the following customization layer <?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href=""/> <!-- Additional Stylesheet--> <xsl:param name="html.stylesheet" select="'carlos-new.css'"/> <!-- add DC metadaa elements --> <xsl:param name="epub.include.optional.metadata.dc.elements" select="1"/> <!-- Kindle extensions --> <xsl:param name="kindle.extensions" select="1"/> <!-- Use graphics for admonitions? --> <xsl:param name="admon.graphics" select="1"/> <!-- Callouts --> <xsl:param name="callout.graphics.extension">.png</xsl:param> <xsl:param name="callout.graphics.path">images/callouts/</xsl:param> <xsl:param name="callout.graphics" select="1"></xsl:param> <!-- Control Chunking Behavior --> <xsl:param name="chunk.section.depth" select="0"/> <xsl:param name="chunk.first.sections" select="0"/> <!-- Additional items to add to package.opf--> <xsl:template name="user.manifest.items"> <item xmlns="http://www.idpf.org/2007/opf" id="font1" href="" media-type="application/vnd.ms-opentype"/> <item xmlns="http://www.idpf.org/2007/opf" id="font2" href="" media-type="application/vnd.ms-opentype"/> <item xmlns="http://www.idpf.org/2007/opf" id="font3" href="" media-type="application/vnd.ms-opentype"/> </xsl:template> </xsl:stylesheet> Carlos On Sat, Apr 20, 2013 at 11:16 PM, Thomas Schraitle <tom_schr@web.de> wrote: Hi Carlos, |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]