NSoup – HTML parser for .Net port of JSoup

NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java.

jsoup originally written by Jonathan Hedley.
Ported to .NET by Amir Grozki.

Features

  • jQuery-like CSS selectors for finding and extracting data from HTML pages.
  • Sanitize HTML sent from untrusted sources.
  • Manipulate HTML documents.

website- http://nsoup.codeplex.com/
original code (java based) – http://www.jsoup.org/

About JSoup:
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.

jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.

Enjoyy!!!

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

A WordPress.com Website.

Up ↑