Menu

Error in htmlparser1_2??

Tiger
2002-11-26
2003-01-03
  • Tiger

    Tiger - 2002-11-26

    Hi all,
    I use htmlparser1_2. But I have following problem.
    In my first html file I have text:
    <p><font  size="6" face="Arial"></font></p>
    But when I use following code
    outHTML.append(((HTMLStringNode)node).getText()
    +"\n"); to write other html file but I only get:
    <p><font  size="6" face="Arial">?</font></p>.
    It mean character "" convert to "?". Is it wrong?. How
    can I correct it? Please help me.
    Thank you very much

     
    • Somik Raha

      Somik Raha - 2003-01-03

      I believe this question has been answered in the htmlparser-developer forum. Check the archives.

      Regards,
      Somik

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.