Custom header file shows up in search results

We have a work around that should address this issue.

Formats override on htmlhelp_hhp.xsl located in C:\Program Files\WebWorks\ePublisher Pro\Formats\Microsoft HTML Help 1.x\Transforms:

We also have a tech note article that explains how to achieve Formats overrides:

http://www.webworks.com/Technical_Assistance/Tech_Notes/Common/EX_ePub_Project_Format_Overrides.shtml

  1. find the <!-- Iterate copy files --> section

  2. Replace
    <xsl:for-each select="$ParamCopyFiles">
     <xsl:value-of select="wwfilesystem:GetRelativeTo(./@path, $ParamOutPath)" />
     <xsl:value-of select="'&#0013;&#0010;'" />
    </xsl:for-each>

with this:

3. Save and regenerate.


CategorySolutionsOutputChm

LaurenLever/@Solutions/Output/Microsoft HTML Help 1.x/Header File in Search results (last edited 2011-10-28 20:37:17 by BenAllums)