Re: HTML / XML Windows Forms end user control
Christopher Frazier <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Have you tried the htmlAgility pack? It treats html as x-path queryable xml.
It's on the codeplex site: http://www.codeplex.com/htmlagilitypack
--
-Christopher
| AspInsider
http://chrisfrazier.net/blog
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.
-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps and
controls [mailto:[email protected]] On Behalf Of R. Rogers
Sent: Wednesday, May 02, 2007 7:45 AM
To: [email protected]
Subject: Re: [DOTNET-WINFORMS] HTML / XML Windows Forms end user control
I certainly don't know of one, but I sure would like to!
I'm using a Regex to convert over 100 html "datasets" into XML. They all
look similar to this: http://www.sportstats.ca/res1997/nord10k.htm
I could send the code on, let me know if it would help you.
Speaking for myself, and possibly Vince as well, I would certainly be
interested in knowing which sites offer commercial (paid) and open source
controls. I used to develop in Delphi and there were a plethora of sites
where you could purchase/download components and controls that ran the gamut
from allowing a developer to get data from an MP3 to powerful grids and data
access controls.
Richard
-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps and
controls [mailto:[email protected]] On Behalf Of Vince P
Sent: May 1, 2007 11:26 PM
To: [email protected]
Subject: [DOTNET-WINFORMS] HTML / XML Windows Forms end user control
Anyone know of a free/trial ware Windows Forms control that can parse a
HTML/XML page and show it to end user in its broken up state?