Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Parser
Message
From
22/06/2001 17:34:25
 
 
To
14/06/2001 18:18:09
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00519755
Message ID:
00522675
Views:
9
Marian --

As David mentions, VFP with its fine string handling, would be a candidate for parsing HTML. The one issue is that a properly formed HTML page, when parsed, forms a tree. Representing that data structure in VFP is possible, but would take a bit of work.

On my way to other things, I ran into the following link. This is an HTML parser written in Scheme -- a dialect of LISP where recursion and linked lists are a way of life. Not sure if this will integrate with an existing app. BTW, there are a variety of free Scheme implementations available, including compiler, if you need to adapt to your own needs.

http://www.cs.auc.dk/~normark/scheme/tools/xml-html-support/man/html-support.html

Jay
>I'd like to use WININET functions to download HTML pages to VFP string and next parse this string without saving to disk.
>
>I don't like Internet Explorer object, because heavy resourse consuming.
>
>Any idea ?
Previous
Reply
Map
View

Click here to load this message in the networking platform