Menu

#14 Bugs in XML output fixed

open
nobody
None
5
2003-09-15
2003-09-15
Lars Werner
No

Hi

I fixed the bug of broken order of <i> and <b> in the
XML output by exchanging the generation of the close
tags in the file HtmlOutputDev.cc.
Another problem are the <A href=...> tags in the XML
output which are closen by an <a> tag. I fixed this by
subtitute <A href=...> with <a href=...>.
You can find all my fixes in the attached file.
Additional it is necessary to replace the <A href=...">
tag in HtmlLinks.cc.

Bye

Lars

Discussion

  • Lars Werner

    Lars Werner - 2003-09-24

    Logged In: YES
    user_id=828625

    I made a mistake with the order of the <i> and <b> tags. I
    attached the corrected version of my HtmlOutputDev.cc.

     
  • Lars Werner

    Lars Werner - 2003-09-24

    fixed HtmlOutputDev.cc

     
  • alan johnson

    alan johnson - 2004-12-27

    Logged In: YES
    user_id=943591

    thanks much appreciated

     

Log in to post a comment.