hyperparse

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:16KB
下载次数:4
上传日期:2010-02-06 22:08:46
上 传 者1835
说明:  This Delphi component gives developers an easy way to programmatically examine the contents of an HTML or XML file.

文件列表:
Demo1.dfm (328, 2001-11-03)
Demo1.dpr (209, 2001-11-11)
Demo1.res (1740, 2002-04-05)
HyperParse.cnt (947, 2002-04-06)
HyperParse.hlp (29683, 2002-04-06)
HyperParse.pas (14188, 2002-08-02)
LATIN1.PAS (4154, 1999-06-16)
Unit1.dfm (1362, 2002-04-06)
Unit1.pas (1377, 2002-04-06)
sample_page.htm (436, 2002-04-06)

WAK Productions Presents: THyperParse version 1.02 Copyright 2002 - WAK Productions --------------------------------- Programmed by Winston Kotzan Email: support@wakproductions.com Website URL: http://www.wakproductions.com/ This Delphi component gives developers an easy way to programmatically examine the contents of an HTML or XML file. Give it the name of the file and execute it. THyperParse will then make all the HTML/XML tags, their parameters, and text available in an organized list. This component can make reading HTML, XML, and other tag-based data easy to read. Release Notes ------------- *Some parts of this component are based on code from HTMLParser component v1.02 by Dennis Spreen. Version History --------------- *1.02- - Memory leak in THTMLInfo.Destroy() fixed. Thank you to Saeed Sedighian for reporting the error. - In GetNextParameter() of THtmlInfo.ParseTag, the while loop on line 3, which read: if (FText[Position] <= ' ') then Inc(Position) else break; ... incremented Position past the end of the string, causing a Range Check error on the next line. This has been fixed. Thank you to both Cameron Leaver and Saeed Sedighian for finding this bug! Bug reports? Suggestions? Comments? Email to: support@wakproductions.com or visit website http://www.wakproductions.com/

近期下载者

相关文件


收藏者