Preventing forced returns in the output

Issue:

I'm trying to prevent forced return (Shift + Enter) characters in Framemaker from appearing in my Webworks Help output.

Resolution:

What you will want to do is perform an override on Content.xsl for your project (Formats\WebWorks Help 5.0\Transforms)

For more information on Format overrides, go to the following website: http://www.webworks.com/Technical_Assistance/Tech_Notes/Common/EX_ePub_Project_Format_Overrides.shtml

Once you have created your directory path and copied the file, you will either comment out or delete the following text:

<xsl:template match="wwdoc:LineBreak" mode="wwmode:textrun">
<xsl:param name="ParamSplits" />
<xsl:param name="ParamCargo" />
<xsl:param name="ParamLinks" />
<xsl:param name="ParamSplit" />

<html:br />
</xsl:template>

You can edit that file in any XML or text editor. Save the file, and regenerate the output.


CategorySolutionsOverrides

LaurenLever/@Solutions/Overrides/Preventing forced returns (last edited 2009-06-02 20:19:55 by LaurenLever)