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: Re: [docbook-apps] epub: can you suppress html TOC?


Hi,

On Wed, May 4, 2011 at 9:53 AM, Robert Nagle <idiotprogrammer@gmail.com> 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


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