Actually, there should be no documentation for the
chunk.fast parameter. It is an internal variable, and
should be converted to an xsl:variable instead of an
xsl:param. In order to use fast chunking, you have to
process with the html/chunkfast.xsl stylesheet instead of
chunk.xsl. Otherwise, it won't work properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=193218
Actually, there should be no documentation for the
chunk.fast parameter. It is an internal variable, and
should be converted to an xsl:variable instead of an
xsl:param. In order to use fast chunking, you have to
process with the html/chunkfast.xsl stylesheet instead of
chunk.xsl. Otherwise, it won't work properly.
Logged In: YES
user_id=582041
OK, this makes sense.
In the "Chunking customization" section of TCG, it should
be described how you incorporate chunkfast.xsl into a
customization layer.