Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-263

docbook <anchor> does not produce correct output

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.6
    • None
    • None
    • all

    Description

      > Putting an <anchor id="local_ref"> into
      > a DocBook-XML doesn't get resolved properly.

      DocBook.XML
        <anchor id="id000"/>
      becomes HTML
        <a href=""></a>

      and DocBook.XML
        <anchor id="id000">Test</anchor>
      becomes HTML
        <a name="Test"></a><a href=""></a>


      Note:
      > "anchor" isn't a simplyfied DocBook element.
      But it is in DocBook.

      > There is an entry in docbook2document.xsl
      > for it, though, and anchors get transformed
      > but not correctly.

      see http://issues.apache.org/eyebrowse/ReadMsg?listName=user@forrest.apache.org&msgId=1816784

      Attachments

        Activity

          People

            Unassigned Unassigned
            josch Johannes Schäfer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: