[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Can't disable TOC in book
Hi Jeff,
I think if you change that to xsl:import instead of
xsl:include and place it first, then it should work.
Your current stylesheet generates an error in Saxon
about a duplicate variable declaration. By using xsl:include, the
stock DocBook xsl:param elements are at the same import level as your param,
which means it is a duplicate. xsltproc does not report such
errors.
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]