I know that this is done by extending the org.dita.html5\xsl\nav.xsl file, but I can't figure out how to direct the xpath to select the current chapter and not everything in the book. I'm expecting to find a place where I can specify something like,
Code: Select all
ancestor::chapter[position()=2]
I want to produce output for the entire bookmap, but have the navigation show for only the current chapter for each topic output.
Can someone help with this?
Thanks,
Rick