[MKDoc-dev] [BUG] interaction between Text::Structured and magic hyperlinking

Bruno Postle bruno at mkdoc.com
Thu Dec 9 11:46:06 GMT 2004


[resent from old mkdoc-devel list]

This bug is present when using MKDoc::Text::Structured 0.8 but not 
with 0.6.

Create a text component and add this content:

    MKDoc CMS(Content Management System)

Create a link component with "MKDoc CMS" as the title.

This html is generated:

    <div><p><a href="http://www.example.com/" title="yada 
    yada">MKDoc </a>&(3)<a href="http://www.example.com/" 
    title="yada yada">CMS</a></abbr></p></div>

Note the "&(3)" is invalid xml and that there is no opening <abbr> 
tag.

With MKDoc-1.6 invalid XML is output.

With MKDoc-1.8 this results in an internal server error.

-- 
Bruno


More information about the MKDoc-dev mailing list