| WeOnlyDo! COM HTML parser ActiveX Control Introduction |
| ® WeOnlyDo! COM (2002-2006) |
|
General information wodHtmlParser is lightweight component that is used to parse
HTML document. It creates series of Entity objects - each of
them corresponding to HTML tag found inside the document. It
will provide information about tag text, size, attributes etc.
You can use wodHtmlParser to extract information you require
from the document, in easy way. wodHtmlParser creates tree-like structure from the document.
For example, HTML document like this: wodHtmlParser will only read document, you will not be able
to replace certain attributes or text, but if you need to do
so, recreating original document is fairly easy from data
provided in RawData property. Also, if you need to parse only
part of HTML document - you can easily set it in
wodHtmlParser.Body property and initiate new parsing that way -
only on piece of data you provide. wodHtmlParser is free for use to all wodHttpDLX's
customers. It cannot be purchased as standalone product. |