GeekArticles
Web Programming
PythonWrestling HTML
Author: xml.com |
Published: 10th Aug 2005 |
Visited: 752 times |
Add CommentFiled in: Pythonby Uche Ogbuji September 08, 2004 Lately I've seen HTML parsing problems everywhere. One project needed a web crawler with specialized features provided through Python code that processed arbitrary HTML. There have also been several threads on mailing lists I frequent (including XML-SIG ) featuring discussions of mechanisms for dealing with broken HTML by converting it to decent XHTML. This article focuses on Python APIs for converting good or bad HTML to XML. Based on glowing...n
Read Article Sponsored Links
Related Articles
• Handling Html Events by .NET C# This article demonstrates a simple way to bind to any html document event from .NET Winform Application or BandObject or Browser Helper Ob ...
• Simple HTML page scraping with Delphi in Delphi Web programming :: This article will show you the techniques needed to download an HTML page from the Internet, do some page scraping (using regular expressions fo ...
• Google Maps in HTML, ASP.NET, PHP, JSP etc. with ease The Article will guide you with complete knowledge of how to add a google map in your webpage with knowledge of JAVASCRIPT, Use of Geocoder, Use of InfoWindow, Use of Marker, Tabbed Markers, Maximising marker, Creating context menu in your ...