Next in thread → Next in month →

Re: [docbook-apps] epub: can you suppress html TOC?

From
Keith Fahlgren <>
Date
2011-05-04T17:20:29+00:00
ID
BANLkTikoreyLz2TsYKjg5npm=_hEXR=
Thread
Re: [docbook-apps] epub: can you suppress html TOC?
Hi,

On Wed, May 4, 2011 at 9:53 AM, Robert Nagle <> wrote:
> But I don't understand the syntax or what's happening here.
>
> Why the empty single quotes inside the double quotes? What does that do?

It's just one way of unambiguously selecting an empty string value.
This should also have worked:

  <xsl:param name="generate.toc"></xsl:param> <!-- no space at all -->

The syntax for generate.toc is fairly tricky
(http://www.sagehill.net/docbookxsl/TOCcontrol.html). You could
probably use
'nop' effectively too if you wanted to experiment.


Keith
Next in thread → Next in month →