Menu

#1220 Stray "fsfunc" in xhtml funcsynopsis

output: HTML
closed-fixed
XSL (1066)
5
2014-01-20
2012-01-29
Alex Merry
No

If I have a docbook fragment like

<funcsynopsis>
<funcprototype>
<funcdef>
<function>DoStuff</function>
</funcdef>
<void/>
</funcprototype>
</funcsynopsis>

and I have funcsynopsis.decoration set to 1, the xhtml output produces

<td><code class="funcdef"><strong>fsfuncDoStuff</strong>(</code></td><td><code>void)&nbsp;</code></td>

Using html output or setting funcsynopsis.decoration to 0 removes the issue.

The issue appears at, eg: line 271 of synop.xsl.

See: https://plus.google.com/115547683951727699051/posts/bigvpEke9PN

Suggestion is that r8911 introduced the issue (http://docbook.svn.sourceforge.net/viewvc/docbook?view=revision&revision=8911).

Related

Bugs: #1356

Discussion

  • Robert Stayton

    Robert Stayton - 2012-02-01
    • assigned_to: nobody --> bobstayton
    • status: open --> pending-fixed
     
  • Robert Stayton

    Robert Stayton - 2012-02-01

    A fix for this issue has been added to the current codebase.
    Please test the fix with the latest snapshot from:

    http://docbook.sourceforge.net/snapshots/

     
  • Robert Stayton

    Robert Stayton - 2014-01-20
    • Status: pending-fixed --> closed-fixed