OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: epub parameters: explain


Hi, I browsed through the docbook.xsl file in the epub directory, and
I see some unfamiliar parameters.

Most I can guess the function of, but a few left me puzzled. Anyone
know what they refer to:

epub.cover.linear ?
ade.extensions ? (Adobe digital editions?)


Also, mobipocket requires a TOC in the main body but epub does not. if
I want to suppress the TOC in the main body (while leaving the ebook
reading software to construct it from the content.opf file) how would
I do this?

rj


******************************************
<xsl:param name="chunk.tocs.and.lots">1</xsl:param>
<xsl:param name="toc.section.depth">2</xsl:param>
<xsl:param name="generate.toc">
  book   toc,title
  </xsl:param>
<xsl:param name="ade.extensions" select="0"/>
<xsl:param name="epub.autolabel" select="'1'"/>
<xsl:param name="epub.ncx.depth">4</xsl:param>
-
<!--
 Not functional until
http://code.google.com/p/epubcheck/issues/detail?id=70 is resolved
-->
<xsl:param name="manifest.in.base.dir" select="'1'"/>
<xsl:param name="base.dir" select="$epub.oebps.dir"/>
<xsl:param name="epub.oebps.dir" select="'OEBPS/'"/>
<xsl:param name="epub.ncx.filename" select="'toc.ncx'"/>
<xsl:param name="epub.container.filename" select="'container.xml'"/>
<xsl:param name="epub.opf.filename" select="concat($epub.oebps.dir,
'content.opf')"/>
<xsl:param name="epub.cover.filename" select="concat($epub.oebps.dir,
'cover', $html.ext)"/>
<xsl:param name="epub.cover.id" select="'cover'"/>
<xsl:param name="epub.cover.html" select="'cover.html'"/>
<xsl:param name="epub.cover.image.id" select="'cover-image'"/>
<xsl:param name="epub.cover.linear" select="0"/>
<xsl:param name="epub.ncx.toc.id">ncxtoc</xsl:param>
<xsl:param name="epub.html.toc.id">htmltoc</xsl:param>
<xsl:param name="epub.metainf.dir" select="'META-INF/'"/>
<xsl:param name="epub.embedded.fonts"/>
-
<!--
 Turning this on crashes ADE, which is unbelievably awesome
-->

-- 
Robert Nagle
12777 Ashford Point Dr #1417
Houston, Texas 77082
713 893 3424
http://www.robertnagle.info


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]