Can anyone point me to the part of this file that controls chunking?
I can't relate what I find in this doc to the code I see in that file:
http://www.sagehill.net/docbookxsl/Chunking.html
I want to modify the XSL so that it chunks at <?confluence type="page" ?> instead of <section xml:id= ...>.
The main XSL stylesheet DocBook Webhelp uses is webhelp.xsl. This includes the webhelp-common.xsl, and imports the xhtml chunk.xsl. The chunking code is included in the chunk.xsl and the stylesheets it imports especially the chunk-common.xsl.