Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4614776
By: ziablo
Great work on the wrapper! And I'm not sure if it's just me, but I can't get
EncloseBlockText and EncloseBodyText to work? The text that comes out after
this code has no <p> tags wrapped around it:
htmlDoc.SetOption(OptionId.EncloseBlockText, true);
htmlDoc.SetOption(OptionId.EncloseBodyText, true);
htmlDoc.CleanAndRepair();
htmlDoc.SaveString(out htmlFix);
Am I doing something wrong?
Thanks,
Steve
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=602369
|