If you are using a stylesheet customization layer, you can still do profiling with it. Two methods are available:
Import the profiling stylesheet instead of the stock DocBook stylesheet into your customization layer. For example:
<xsl:import href="../html/profile-docbook.xsl"/>
You might want to create separate profiled customization files, one for each profiling stylesheet you need.
Or use two-pass processing. Use the profile-only stylesheet to create a profiled DocBook document, and then process it with your customized stylesheet.
DocBook XSL: The Complete Guide - 3rd Edition | PDF version available | Copyright © 2002-2005 Sagehill Enterprises |