Share

Delphi Dom HTML Parser and Converter

Tracker: Patches

5 HTML Property - ID: 591138
Last Update: Settings changed ( k_koch )

Updated the HTML property of THTMLDocument to try
to retreive the best possible looking, and most complete
version of the original file.

Updated routines
==============
function THTMLDocument.GetNodeHtml(Node: TNode):
string;

function THTMLDocument.GetHtml: String;

Added constants
=============
NodeTypeToStr: array
[ELEMENT_NODE..NOTATION_NODE] of string

NodeTypeDelimiterStr: array
[ELEMENT_NODE..NOTATION_NODE, 1..2] of string


i'll just give my entire copy of HTMLParser.pas

You can diff it. You'll see other changes, but they don't
affect anything, and you can ignore them.


Ian Boyd ( josejimeniz ) - 2002-08-05 15:40

5

Closed

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2003-08-13 20:40
Sender: k_kochProject Admin

Logged In: YES
user_id=508618

v0.96 is completely redesigned. I hope you found it
interesting.


Log in to comment.

Attached File ( 1 )

Filename Description Download
HTMLParser.pas HTMLParser.pas Download

Changes ( 3 )

Field Old Value Date By
status_id Open 2003-08-13 20:42 k_koch
close_date - 2003-08-13 20:42 k_koch
File Added 28445: HTMLParser.pas 2002-08-05 15:40 josejimeniz