Issue 112968 - Allow <embevars> inside <link> in help files
Summary: Allow <embevars> inside <link> in help files
Status: CONFIRMED
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: 4.x
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-06 11:52 UTC by frank.thomas.peters
Modified: 2017-05-20 11:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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".