Using the two-pass profiling method seems to fix this problem, but why doesn't it work with the one pass profiling method? The output for the CHM works fine, so only part of the output for the one pass method is not working. Is it possibly a bug?
________________________________ From: Joe Hines [mailto:[EMAIL PROTECTED] Sent: Fri 11/30/2007 3:26 PM To: [email protected] Subject: [docbook-apps] HTMLHelp - profiling and chunking problem with alias.h When I use profiling with xsltproc and the htmlhelp stylesheets, the HHP file output lists the correct files, but the alias.h file is incorrect. Alias.h contains the chunked filenames for all of the possible content, and disregards the profiling, so if my profiling is set to only output one chapter, alias.h contains the links for all 5 chapters in my document, but the one chapter I want is chapter 1 in the output and its links are set as chapter 5 in alias.h. I am using the following context-sensitive code below: <section xmlns:xi="http://www.w3.org/2001/XInclude" condition="alarms"> <?dbhh topicname="ALARMS_MESSAGES" topicid="1000"?> This topicname and topicid gets mapped to ch05 instead of the actual output of ch01. The CHM works fine, but I cannot open it up from the Help ID of 1000 because it looks for ch05. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
