C#でのHTMLパーサー


○ライブラリ

  • Majestic-12 : Projects : C# HTML parser (.NET)

http://www.majestic12.co.uk/projects/html_parser.php

  • .Net HTML Parser - Parse your HTML content with speed and ease

http://www.netomatix.com/products/Documentmanagement/HtmlParserNet.aspx

http://www.atmarkit.co.jp/fdotnet/dotnettips/760ntidy/ntidy.html

○TIPS

http://japan.internet.com/developer/20051115/25.html

http://www.developer.com/net/csharp/article.php/2230091

  • CodeProject Another C# Legacy HTML Parser Using Tag Processing

http://www.codeproject.com/KB/cs/TagBasedHtmlParser.aspx

  • Text to HTML Parser

http://www.c-sharpcorner.com/UploadFile/saurabhnandu/TexttoHTMLParser12032005072354AM/TexttoHTMLParser.aspx

  • CodeProject An Elementary HTML Parser

http://www.codeproject.com/KB/cs/htmlparser.aspx

  • Parsing HTML with C# by the Book (DTD)

http://www.netbrick.net/blog/2006/05/11/Parsing+HTML+With+C+By+The+Book+DTD.aspx

  • A Simple HTML Token Parser in C#

http://scottrosin.wordpress.com/2008/07/27/a-simple-html-token-parser-in-c/

  • Open Source HTML Parsers in C# (掲示板にてOSSのパーサーがないかの質問)

http://www.theserverside.net/discussions/thread.tss?thread_id=36886

  • Building a Simple CSV Parser in C#

http://blog.paranoidferret.com/index.php/2008/04/17/building-a-simple-csv-parser-in-csharp/