[ http://issues.apache.org/jira/browse/FOR-263?page=all ]

Juan Jose Pablos updated FOR-263:
---------------------------------

      Component: Plugin: Simplified Docbook
                     (was: Core operations)
    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/[EMAIL PROTECTED]&msgId=1816784

  was:
> 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/[EMAIL PROTECTED]&msgId=1816784


At the moment Sdocbook and docbook use the same stylesheet.

> docbook <anchor> does not produce correct output
> ------------------------------------------------
>
>          Key: FOR-263
>          URL: http://issues.apache.org/jira/browse/FOR-263
>      Project: Forrest
>         Type: Bug
>   Components: Plugin: Simplified Docbook
>     Versions: 0.6
>  Environment: all
>     Reporter: Johannes Schaefer
>     Priority: Minor

>
> > 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/[EMAIL PROTECTED]&msgId=1816784

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to