tidyfornet-general Mailing List for .NET & Mono proxy for HTML Tidy, wvW
Status: Beta
Brought to you by:
fcarlier
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
---|
From: SourceForge.net <no...@so...> - 2007-11-09 18:26:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4615009 By: ziablo NM,I changed the settings in the HtmlTidy.Lib and recompiled the project and it works now. I should probably be referencing the HtmlTidy.Wrapper instead of HtmlTidy.Net though so I'll look into doing that. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-11-09 15:37:32
|
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 |
From: SourceForge.net <no...@so...> - 2007-08-14 09:25:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4464025 By: markbevan I've compiled this and it works perfectly on .Net 2.0 framework but as soon as i try it with mono i get an error saying as it has native code i cannot use it with mono. can anybody help please? Mark ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-07-18 21:14:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4420533 By: dstgroup I can't thank you enough for this project. I searched the net for hours trying to find a .net html parser/cleaner and the only things I came up with were mshtml (slow) and tidyATL (uses and old and somewhat buggy verion of tidy). I chould have rebuilt tidyATL using the new version, but my experience with C++ is limited to say the least. I sure hope this project continues unlike some of the other implementations that have died. This fills a huge void in .net application space. Thanks again. One word of note: I was using a custom principal in my ASP.Net app and ran into an issue. My guess is that because the C++ assembly is mixed, .Net wants to run it in it's own appdomain. This was a problem for me because when it tries to set it up, it serializes all the relavant information from the main appdomain which includes the custom Iprincipal. It can't find this of course so you get a message similar to this: System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Name of custom IPrincipal' That is if the IPrincipal is serializable, if not you get an error complaining about it not being marked as serializable. The solution was to make sure this type was available in the GAC so it could be found, which required quite a bit of reworking in my case. I was not able to find any other way to do it. After that it works like a charm. Thanks Again ______________________________________________________________________ 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=602368 |
From: SourceForge.net <no...@so...> - 2007-05-14 21:54:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4312201 By: joeharker I had success compiling with Sharp develop http://www.icsharpcode.net/OpenSource/SD/ ______________________________________________________________________ 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 |