[MKDoc-dev] [BUG] 1.6 automatic hyperlinking, conflict between URIs and child doc titles

Bruno Postle bruno at mkdoc.com
Wed Mar 9 14:02:34 GMT 2005


On Thu 03-Mar-2005 at 15:37 +0000, Chris Croome wrote:
>
> If you then create a child document with the title MySQL then this is
> the generated code:
>
>  <a href="http://mysql.com/">http://</a><a href="http://example.com/mysql/" class="mkdoc-name-mysql" title="MySQL" lang="en">mysql</a>.com/

MKDoc::XML::Tagger was being used to add hyperlinks to Text 
components instead of MKDoc::XML::Tagger::Preserve.  The bug didn't 
require a child document, a 'MySQL' link component would cause the 
same problem.

Fixed in 1.8 trunk and 1.6 branch.  This behaviour should now be the 
same for both HTML and Text components.

-- 
Bruno


More information about the MKDoc-dev mailing list