Hi, On Wed, May 4, 2011 at 9:53 AM, Robert Nagle <[email protected]> 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
