[ 
http://jira.codehaus.org/browse/DOXIA-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_111782
 ] 

Lukas Theussl commented on DOXIA-179:
-------------------------------------

It's a concern because doxia is a multi-format document processing engine and a 
parser by itself does not know yet which kind of sink is going to consume the 
events it emits. While automatic anchor generation is usually fine as long as 
you are only interested in viewing the result in a browser, it leads to 
problems if you want to produce eg a pdf from the same source (MPPDF-40). To 
avoid this kind of problems, the doxia core parsers should never add or insert 
elements that were not there in the original document. If you want anchors on 
your web page, they should be inserted by the sink that is responsible for 
producing the output (the SiteRendererSink in the case of Doxia).

> Confluence module does not create anchors for section titles
> ------------------------------------------------------------
>
>                 Key: DOXIA-179
>                 URL: http://jira.codehaus.org/browse/DOXIA-179
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>            Reporter: Dave Syer
>
> Confluence module does not create anchors for section titles.  Confluence 
> would do it (text of anchor identical with section title).  APT docos also 
> say it should do it.

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

        

Reply via email to