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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
I believe this question has been answered in the htmlparser-developer forum. Check the archives.
Regards,
Somik