Issue 112968

Summary: Allow <embevars> inside <link> in help files
Product: documentation Reporter: frank.thomas.peters
Component: Online helpAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description frank.thomas.peters 2010-07-06 11:52:00 UTC
The current implementation of main_transform.xsl produces erroneous output when
a <link> element contains an <embedvar> as content. The following line in
main_transform.xsl
<xsl:template match="variable" mode="embedded"><a
name="{@id}"></a><xsl:apply-templates mode="embedded"/></xsl:template>
must be changed to
<xsl:template match="variable" mode="embedded"><xsl:apply-templates
mode="embedded"/></xsl:template>
to remedy this
Comment 1 Marcus 2017-05-20 11:33:39 UTC
Reset assigne to the default "issues@openoffice.apache.org".