Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
Components

Buttons and Check Boxes
Bars and Status Bars
Dialogs
Edits, Memos
Forms
Graphics
Grids
Indicators and Gauges
Labels
List and Combo Boxes
ListViews and TreeViews
Menus
Panels
Shapes
Sizers, Scrollers, etc.
Tabbed Components
Effects and Multimedia
Misc. Effects
Sound Effects
Reports
Print VCL
Charts and Graphs
Communications
Internet
Browsers
Coding
E-Mail
E-Commerce
CGI, ISAPI
FTP
HTTP
HTML, XML and so on
IRC
News
Packs
Sockets
Server-Side
Other
Finger
Conferencing
Firewall Solutions
Security: SSH, SFTP etc
System
Files and Drives
Miscellaneous
Tools
LAN
Installation
Date and Time
Data Compress
Science
Security
Component Packs
Property Editors
Experts, IDE etc.
Components > Internet > HTML, XML and so on  

Companies News:

VGScene - develop rich applications for desktop!
VGScene - develop rich applications for desktop! VGScene speeds the development of all graphical application, providing: a graphical editor integrated in IDE, graphical objects, simplify animation, advanced windows and controls, maximum performance, skinning engine, bitmap effects. VGScene can be used as development tools for standard, multimedia, SCADA, GIS, CAD and KIOSK applications.

Try it now

Want to know more ?

 

XML to ClientDataset v.1.0FW 422 k 26 Jul 2010
By Applinet Software sl. With this component, you can analyze and interpret the information in an XML file. Supports multi-level master-detail.
 
Fully functional
Source: None
Exe-Demo Included
Download: D2007 D2009 D5 D6  Homepage

TRSSparser v.1.0FWS 216 k 10 Jan 2010
By Andreas Faltinek. Turn over a filename (the one that is the actual rss-file downloaded before to your hard drive) and TRSSparser will return ChannelTitle, ChannelLogoURL if any, and an Array of all the items in that file consisting of
  • Title
  • Link
  • Description
  • Category
  • PhotoURL
I have looked forever for something like this myself, but hated all the hazzle with xml-components that crash half the time or only support RSS Version x but not ATOM version y...

So I decided to go for it the old fashioned way: parse it myself. Still some work to do when encountering some unwanted characters in the text that the standard utf8-algorithms and such do not catch, like &#m8222 or the like, but my code handles most of that kind of stuff already.

Written and tested with D6, but I assume it will compile in any Delphi Version.

Requires: TBrkApart from Patrick Brisacier and Jean-Fabien Connault.
 
Fully functional
Source: Included
Exe-Demo Included

Download: D1 D2 D2005 D2006 D2007 D2009 D2010 D3 D4 D5 D6 D7  Homepage

MapDown VCL LITE v.1.0.1FNC 384 k 15 Sep 2009
By MartinZone. With MapDown VCL you can allow to your Delphi application captures and assembles maps from Google Maps.

This is a small version of MapDown VCL with some limits:

  • The suite include only 3 component (TMapDownloader, TMapProviders, TMapProject)
  • Download map only from Google Maps (only street and satellite);
  • Max zoomvalue is set to 12;
  • TMapDownloader can use only 5 threads;
  • TMapCombiner is NOT include so you can download the map tiles but to create a single file map;
  • TMapExporter is NOT include so you cannot export georeference maps.
With professional version of MapDown VCL you can use also Yahoor Maps, Microsoft Live Maps and OpenStreetMap providers. Besides you will able to create a single big map file and georeference maps for most important maps application like OziExplorer* Gps Tuner 5.x, GPSdash and CompeGPS.

If you want see all features of MapDown VCL you can download MapDown, shareware application created with MapDown VCL.
 
Fully functional
Source: None

Download: D2005 D2006 D2007 D2009 D2010 D6 D7  Homepage

TetraComponents v.1.7.2FWS 4772 k 25 Aug 2009
By Detlef Meyer-Eltz. By these parser generating and executing components you can generate from texts with a given structure new texts with a changed structure. E.g. you can generate HTML code from plain text. The package consists of three components:
  • TTextStringTransformer, for the transformation of a string into another string
  • TTextFileN2NTransformer, for the transformation of text files, one by one and
  • TTextFileN21Transformer, for the transformation of many text files into one.
A Delphi pretty-printer project included
 
Fully functional
Source: Included
Exe-Demo Included
Download: CB6 D6  Homepage

BSXmlRpc v.0.2FWS 286 k 11 Sep 2008
By Broto Suseno. An effort to create simple XML-RPC handling in Delphi. HTTP handling is excluded. The package contains classes and a demo application.
  • Classes for handling RPC request (methodCall) and response (methodResponse)
  • Simple Fault creation for response
  • Built using XMLDocument binding
  • Routines for converting data types
  • Generated XML ready to transfer as HTTP content

 
Fully functional
Source: Included
Exe-Demo Included
Download: D5 D6 D7  Homepage

JSON Toolkit v.1.1FWS 52 k 31 Mar 2009
By Henri Gourvest. JSON toolkit is compatible with Delphi and Free Pascal.

Features:

  • Fastest JSON parser for Delphi.
  • Easy to use.
  • JSON Validator.
  • JSON-RPC.
  • Can write JSON format to be human readable.

 
Fully functional
Source: Included
Download: D2005 D2006 D2007 D2009 D7  Homepage

Alcinoe HTML Functions v.3.69FWS 10030 k 23 Jun 2009
By Arkadia. Functions to work on Html Tag (extract Text, HTML Encode, HTML Decode, etc. The function ALHTMLdecode and ALHTMLEncode is to encode decode HTML entity like & nbsp ;
 
Fully functional
Source: Included
Exe-Demo Included
Download: D2005 D2006 D2007 D7  Discuss productHomepage

TDelphiHtmlizer FWS 37 k 17 Dec 2007
By Chris Willig. TDelphiHtmlizer component to encode Delphi source code with HTML syntax highlighting.
 
Fully functional
Source: Included
Download: D7  Homepage

JSON delphi library v.1.05FWS 21 k 27 Jan 2009
By Leonid Koninin. This is a Delphi library implementing JSON (XML alternative, visit this site for details) data format and objects structure. Lightweight and fast.
 
Fully functional
Source: Included
Download: CB2k6 CB2k7 D2005 D2006 D7  Homepage

HTMLParser v.1FWS 20 k 31 Jul 2007
By William Yang. "Delphi HTMLParser is an object I written quite while ago, when I was making an HTML Editor. (Some of you might heard of it, its called "Javascript Editor", later I called it "iCoder"). HTMLParser is not a wrapper for IEParser. It's completely built from ground up. Everything is written in Delphi.

HTMLParser is really easy to use. When HTML content is parsed by HTMLParser, you can access HTML Element, whether it's a HTML tag or plain text with tags. It also support methods similar to DOM objects, like method to access innerText within an tag.

HTMLParser support in-object changes. Tags can be read and written, so you can make changes to HTML you parsed. Any changes you make to the tags, you can get the final amended HTML from HTMLParser.

Not only it parses HTML Content, it also does it on a incremental level. This is very useful if you are on a network connection, allowing partial parsing of a whole HTML file.

Overall its a very easy to use HTMLParser object written in Delphi, it can be used to process HTML content, and can used to modify the content on a very detailed level."
 
Fully functional
Source: Included
Exe-Demo Included

Download: D4 D5 D6 D7  Homepage

DITidy v.2.1.0SW 469 k 28 Jan 2010
By The Delphi Inspiration. DITidy is an embedded HTML parser and pretty printer for Borland / CodeGear Delphi. It is build on the libtidy library. However, DITidy requires no DLLs or any other external files whatsoever. All required code is compiled completely into the application's executable.

DITidy Features:

  • HTML, XHTML and XML parser.
  • Parses from file, memory, and via customizable interfaces.
  • Reads Documents in Latin1, UTF-8, Windows, and other encodings.
  • Reports a wide range of HTML and XHTML problems during parsing.
  • Easy to use API to iterate and examine document nodes and attributes.
  • Generates cleaned-up and well formatted HTML and XHTML with customizable layout styles.
  • Reads and writes configuration files compatible with HTML Tidy.
  • Built-in English language descriptions of library options.
  • Completely self-contained in a smart-linking, single file source code unit.

 
Fully functional
Source: On purchase/registration
Price: $90
Source Price: $240
Download: D2005 D2006 D2007 D2009 D2010 D4 D5 D6 D7  Register NowHomepage

HTML-to-RTF Pro DLL v.2.0.0SW 755 k 08 Jun 2007
By Maxim Sautin. The HTML-to-RTF Pro DLL component converts HTML and ASP files into good-looking RTF with tables or transform tables to text. The HTML-to-RTF Pro DLL .Net created with only managed C#. Output rtf file is smaller than input HTML.

The DLL doesn’t require Microsoft Word or any other word-processors.

We have 3 version of our DLL: COM, .Net and Win32 so developers can use in Visual Basic, ASP. Net, C++, C#, VB.Net, PHP, C++, Delphi, ColdFusion, ASP, Java or any other programming language.

Component takes HTML string and returns RTF string. Also DLL works with files, it takes HTML file and creates RTF file. HTML-to-RTF Pro DLL supports:

  • have 4 methods:
    • ConvertFile() - working with files
    • Convert() - takes HTML string and returns RTF string
    • ConvertFileToString()
    • ConvertStringToFile()
  • images (.gif, .jpg, .bmp and .png)
  • tables;
  • CSS;
  • nested tables;
  • hyperlinks;
  • font face, color, size;
  • page alignment;
  • bold, italic and underline text;
  • special characters;
  • automatic encoding select;
  • select page size (A4, B5,...);
  • select page orientation (Landscape or Portrait);
  • select page margins;
  • It supports all HTML tags and special characters, such as " " "&" "<," etc.

 
Fully functional
Source: None
Price: $239
Download: CB1  Homepage

DIXml v.2.1.2SW 2334 k 01 Apr 2010
By The Delphi Inspiration. DIXml is an embedded XML, XSLT, and EXSLT processing library for Borland / CodeGear Delphi. It is build on the libxml2, libxslt and libexslt libraries. However, DIXml requires no DLLs or any other external files whatsoever. All required code is compiled completely into the application's executable. DIXml is the most feature-complete XML and XSLT solution for Delphi.

Features:

  • XML and HTML reading and writing, pull and push parser modes.
  • XML and HTML document tree creation, traversal, load, and save.
  • SAX interface.
  • DTD validation.
  • Encoding support for UTF-8, UTF-16, ISO-8859-1, ASCII (all native).
  • XPATH processing.
  • NameSpace support.
  • XSLT processing.
  • File, memory, and customized input / output.
  • Outstanding performance.

 
Fully functional
Source: On purchase/registration
Price: $130
Source Price: $260
Download: D2005 D2006 D2007 D2009 D2010 D6 D7  Register NowHomepage

TXAMLViewer v.1.2.0.0FNC 1312 k 20 Jul 2007
By TMS Software. With the TXAMLViewer, Delphi Win32 applications can take advantage of the exciting new capabilities of the .NET 3.0 Windows Presentation Framework (WPF) like the FlowDocument, new 2D & 3D graphics capabilities.

On a machine with .NET 3.0, showing XAML is as simple as dropping the TXAMLViewer component on the form and setting the XAML code via XAMLViewer.XAMLText property. In this way, you can present content in your applications very easily through the new FlowDocument or show graphics defined by XAML.
 
Fully functional
Source: On purchase/registration
Source Price: $55

Download: D2006 D2007  Register NowHomepage

DIGoogleReader v.1.1.1FWS 335 k 16 May 2007
By The Delphi Inspiration. DIGoogleReader is an advanced plugin for DIHtmlParser to analyze Google web search result pages.

It contains the TDIGoogleReader component class which extracts the individual results from a Google web search results page. For each search result on a page, it fires an OnResult event. The result's details can then be read from the TDIGoogleReader's Result property.

Of course, DIGoogleReader is fully Unicode enabled and returns results in all languages.
 
Fully functional
Source: Included

Download: D2005 D2006 D2007 D4 D5 D6 D7  Homepage

XML Parser v.1.0FWS 9 k 13 Feb 2007
By Andreas Prietzel. Delphi component for the parsing of XML-files. Developed with: Turbo Delphi (should run with FPC).

Features:

  • Automatic output of the tree structure to a TreeView
  • Access to tags via path
  • Source code output from defined tag on.

 
Fully functional
Source: Included
Download: D2006  Homepage

TWebThumb v.1.0SW 1903 k 05 Jan 2007
By Ernic Software. WebThumb is a control that can take an image snapshot of an entire webpage by specifying the URL.

Drop the component on a form and set the URL property. The image will be downloaded and displayed on the control which is a descendant of TImage.
 
With Nag-Screen
Source: On purchase/registration
Price: $25
Source Price: $25
Exe-Demo Included

Download: D2005 D2006 D6 D7  Homepage

ALXmlDoc v.3.69FWS 10030 k 23 Jun 2009
By Arkadia. TALXmlDocument is exactly like Delphi TXmlDocument (Same functions and procedures) but 10 to 100 times more fastly (see demo) and can work in sax mode .

Use TAlXMLDocument to represent an XML document. TAlXMLDocument can read an existing XML document from a file, it can be associated with an in-memory string that is the contents of an XML document, or it can create a new, empty XML document.

You can use TALXMLDocument directly to load an XML document, read and edit it, and save any changes.

TALXMLDocument uses an internal parser to analyze the XML document.

When you set the Active property to true, TALXMLDocument parse the XML document so that you can examine or modify it. In particular, the DocumentElement property provides an interface to the root node of the document. You can use that interface to access its child nodes and to add or delete child nodes.
 
Fully functional
Source: Included
Exe-Demo Included

Download: D2005 D2006 D2007 D7  Discuss productHomepage

SimpleRSS v.0.4FWS 624 k 30 Sep 2005
By Robert MacLean. SimpleRSS is an easy to use component that allows you to work with feeds (Atom, RSS, RDF, iTunes) directly (importing and exporting feeds) from Delphi, and Kylix.
 
Fully functional
Source: Included
Download: D2005 D5 D6 D7  Homepage

NativeXml v.3.06FWS 915 k 11 Mar 2010
By SimDesign. This software component contains a small-footprint Delphi XML implementation that allows to read and write XML documents. You basically only need one unit and you can simply add it to the "uses" clause.

You can use this software to read XML documents from files, streams or strings. The load routine generates events that can be used to display load progress on the fly. You can also use it to create and save XML documents.

Features:

  • Read XML directly from string, stream or file with fast parser (1Mb/sec on 1.5GHz P3), writes to string, stream and file even faster.
  • Import of all common tags, including comments, CDATA, XML declarations and stylesheets.
  • Load from streaming media is supported; you can set up events to work with the node data while it comes in. No need to keep the whole XML document in memory. Works well for huge documents. This is the SAX-like approach.
  • Save to file, string or stream in readable or compact format. Readable format will add linefeeds and indents to make the file readable in a text editor. Compact format sticks to the Xml specification and adds minimal control characters.
  • Directly add blobs or streams in the XML file, they will be encoded as Binhex or Base64 (but you don't have to worry about that).
  • Many native Delphi types can be stored directly to the nodes, making this code very suitable to use while writing storage methods. Store and load boolean, single, double, word, integer, string, TFont, TColor, TPen, TBrush, TDateTime. You don't have to worry about escaping the strings; this is done automatically.
  • Loads and saves ANSI, UTF-8 as well as Unicode (UTF-16) documents and implements proper conversion warnings. Recognises streams even without byte order marks. NativeXml works internally with UTF8 encoded strings to preserve extended characters, and supports widestrings.
  • Unique feature: Add XML nodes to a file that exists on disk without reading the complete file. The additional unit XmlAppends will search from the end of the (possibly huge) file on disk and append node data there directly.
  • Unique feature: Store, read and create any TPersistent object to/from XML directly. This is done by iterating through all of the objects' published properties by use of RTTI (runtime type information). This feature is only available for D5 and up.
  • Download password is "e c r u o s n e p o", without spaces and reversed.

 
Fully functional
Source: Included
Download: C2k10 C2k6 C2k7 C2k9 CB1 CB3 CB4 CB5 CB6 D2 D2005 D2006 D2007 D2009 D2010 D3 D4 D5 D6 D7  Homepage

XMLInspector v.1.2SWS 187 - 3037 k 29 Jun 2005
By Sergey Vostrikov. XMLInspector helps developers to quickly and lightly create stable applications with human-engineered and understandable interface. The developers may concentrate on complex object modelling as XSD schemes whereas XMLInspector automatically enables them to edit the objects in a hierarchic property inspector.

Main XMLInspector features and advantages:

  • Automatic generation of dialog forms. XMLInspector automatically creates dialogs and object editing forms based on XSD schemes, and enables developers to edit object properties.
  • TDataSet support. XMLInspector generates XSD schemes for records of any TDataSet descendants, thus helping to quickly create database record editing dialogs.
  • Robust applications. Using XML to create dialogs developers may easily change objects (add new attributes, make attributes compound and able to change their type depending on conditions, etc) without changing the program code and recompiling the application.
  • Handy data import and export. The XML format simplifies data exchange between your applications.

 
Fully functional
Source: Included
Price: $75
Exe-Demo Included
Download: CB5 CB6 D2005 D5 D6 D7  Register NowHomepage

Stitch SAX v.1.1FWS 18 k 13 May 2005
By Roman Poterin. Simple and fast SAX parser for Delphi. DTD and Namespaces are not supported.
 
Fully functional
Source: Included
Download: D2005 D6 D7  

janXMLParser2 v.1.0FWS 97 k 23 May 2004
By JanSoft. TjanXMLParser2 is a validating XML parser and XSLT engine with the following features:
  • Dozens of usefull DOM methods.
  • Optional auto-indexing of nodes by name and id.
  • Attributes can hold variant values, ideal for using the parser as a data model.
  • Select node sets using XPath expressions.
  • Transform XML to HTML using XSLT transformation.
  • Integrated XEL scripting.

 
Fully functional
Source: Included
Download: D5  Homepage

ECXML v.1.9FWS 1203 k 05 Mar 2004
By Jeremy Darling. TECXMLParser is a Delphi component to handle XML formatted text or files without msxml. TECXMLParser can currently read most XML documents and supports both embedded name properties and text values for each tag.
  • Support for Paramaters in tag names
  • Extended Demo (XML Browser)
  • Support for text inside of a tag
  • XML version of Readme file. XML Browser was used to create this document
  • The XSL file for this readme was also created and edited in XML Browser. Thanks to e-AllPer for the idea of the layout
  • Fully 8859-1 Compilant.

 
Fully functional
Source: Included
Exe-Demo Included
Download: D4 D5 D6 D7  Homepage

TGmXml v.0.13FWS 336 k 29 Feb 2004
By Graham Murt. TGmXml is a free VCL component for generating and parsing simple XML files.

Only a sub-set of the XML specification is supported although this component is only intended as a lightweight option for using simple XML data in your applications.

  • Loads and saves simple XML documents
  • Stores XML data as an internal tree structure
  • Completely free with source code
  • Currently supports storing of Integer, Float, String & Boolean values
  • Extremely small footprint - contains about 700 lines of code.

 
Fully functional
Source: Included
Download: D4 D5 D6 D7  

TSimploXML v.1.1FWS 205 k 24 Mar 2003
By AllPer - Software Engineering. TSimploXML is a class to handle XML formatted text or files without msxml, using few and simple methods and properties.
 
Fully functional
Source: Included
Exe-Demo Included
Download: D5  

TTemplatePower v.0.9aFWS 352 k 20 Dec 2002
By Alejandro B. This component is intended to make use of well knowns HTML templates that offers you the ability to simplify your code when generating dynamic output to browser is the task. This is useful to generate reports from querys in a way more simple and powerfull that use TDatasetPageProducer, TDatasetTableProducer, TPageProducer, etc.

TemplatePower supports nested dynamic blocks, file include, show/hide unassigned variables, global assign of variables, ignore tag and more.
 
Fully functional
Source: Included

Download: D4 D5 D6 D7  

EL HTML Parser v.1.0SW 1964 k 20 Dec 2002
By Eternal Lines. These HTML parser components have full support for Unicode and common character encodings like ISO8859, UTF8 and UTF16.

Parsing speed is in the order of megabytes of HTML text per second.

There is also an option to produce a HTML Document Object.
 
Trial (work while IDE is running)
Source: On purchase/registration
Price: $39.95
Exe-Demo Included

Download: D5 D6 D7  Gift for Torry. Thank You !Register NowHomepage

SimpleXML v.1.0.1FWS 98 k 27 Aug 2006
By Michael Vlasov. Library for XML parsing and convertion to XML objects hierarchy and vise versa. While using ANSI strings works much faster.
 
Fully functional
Source: Included
Download: D5 D6 D7  Homepage

HTML Thumbnail v.1.0FWS 10 k 29 Aug 2002
By Andrew Elliott. HTML Preview Component. Allows one to build an HTML open dialog box with previews of the page.
 
Fully functional
Source: Included
Download: D6  

HTML Parser v.0.2 alphaFWS 5 k 10 Jun 2002
By Jiri Campulka. HTML Parser with demo application.
 
Fully functional
Source: Included
Download: D4 D5 D6  Homepage

TjanXMLParser v.3.0FWS 514 k 06 Dec 2002
By JanSoft. TjanXMLParser is a native Delphi XML parser object that creates a DOM API and allows node selection using QXML that mimics the SQL WHERE clause. A working demo application (EasyXML 3.0) is included.

New: XSLT support for e.g. XML to HTML transformation.
 
Fully functional
Source: Included
Exe-Demo Included

Download: D3 D4 D5  Homepage

THyperParser v.1.02FWS 16 k 27 Aug 2006
By WAK Productions. 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.
 
Fully functional
Source: Included
Download: D3 D4 D5 D6 D7  Homepage

XML Documents Parser FWS 15 k 04 Apr 2002
By Aravil Software, M. Vlasov. XML parser - classes library for reading, creating and writing XML files without msxml.dll. Parsing result is the object hierarchy with structure which equal structure msxml library provided, but interfaces replaced with Delphi classes. If you will change class name 'TXmlD' to 'IXMLDOM', you will see for which interface current class is analogue.
 
Fully functional
Source: Included
Download: D6  Homepage

DIHtmlParser v.5.1.2SW 2762 k 18 Jun 2010
By The Delphi Inspiration. DIHtmlParser is a fast and flexible HTML processing suite for Delphi. It fully supports Unicode / WideStrings and is the ideal tool to extract information from, read and write HTML documents.

The core TDIHtmlParser component recognizes 10 pieces of HTML (i.e. tags, text, comments, scripts, styles etc.) and 4 pieces of Non-HTML. Tags are parsed into a TDITag object which can be queried for attributes and values. Filtering is available for all HTML pieces as well as for individual tags.

Any number of plugins can be assigned to extend the HTML Parser's functionality. The package ships with 7 plugins which extract e-mail addresses, links and titles, implement HTML events, track HTML tables, write HTML data, and more.

The DIHtmlParser package includes full HTML Help plus many demo projects.
 
Fully functional
Source: On purchase/registration
Price: $65
Source Price: $130

Download: CB6 D2005 D2006 D2007 D2009 D2010 D4 D5 D6 D7  Register NowHomepage

TmTagProducer v.3.1FWS 249 k 27 Aug 2006
By MASoft. A component that generates HTML-FormTags, to be used in a WebModule or together with TWebDispatcher. The content this component produces could easily be added to the dispatchers response-content.

Tags available for: PushButton, CheckBox, FileUpload, ImageButton, OptionButton, ResetButton, SubmitButton, TextBox, TextArea, DropDownList and ListBox.
 
Fully functional
Source: Included

Download: D2 D3 D4 D5 D6 D7  Homepage

HTML Parser v.1.2FWS 242 k 08 Nov 2001
By Nengwen Zhuo. This software parse a html file to a list of four object: THTMLTag, THTMLText, THTMLComment, THTMLServerScript. A THTMLTag has Name, Raw property and a list of Params; while THTMLText has Text and THTMLComment has Comment property. Interlly, all object properties are THTMLItem, in which just hold a pointer to source file and a item length. All algorithm based on pointer operations. Thus, this software is very fast, consumes less memory.
 
Fully functional
Source: Included
Exe-Demo Included
Download: D2 D3 D4 D5 D6  Homepage

HTML Parser v.1.3FWS 184 k 21 May 2001
By Jazarsoft. A non visual component that helps you parsing your HTML file. This component will parsing your HTML into tag and text. You can easily intercept the event when a tag or text founded with separate event. This component also will list all related html (local, another host), images, emails, http links, ftp links that founded in your HTML file. And for the last this component also will be able to show HTML meta tag keyword & description including the title.
 
Fully functional
Source: Included
Exe-Demo Included
Download: CB1 CB3 CB4 CB5 D2 D3 D4 D5  Homepage

TjanXMLTree v.1.0FWS 8 k 03 Jul 2000
By JanSoft. TjanXMLTree is a XML/XSL parser with DOM, extended filtering and quick LoadFromFile / SaveToFile methods.
 
Fully functional
Source: Included
Download: D4 D5  Homepage

Quick RTTI v.2.2.95FWS 379 k 07 Feb 2002
By BigAtticHouse. QuickRTTI allows you to access RTTI information of your TPersistent Objects by means of string names/values. TCustomXMLRTTI is an ancestor class to enable the ability to read XML to and from TPersistent Objects.

Now abstracted ancestor, allowing XML parser of choice to be implemented. "LowX" and "MSXML" parsers ready to go. Converts from TPersistent to XML and back again. Makes a nice transport mechanism when combined with Indy's HTTP components for remoting objects.
 
Fully functional
Source: Included

Download: D4 D5 D6  Homepage

Html Tools v.1.03bSW 454 k 16 Aug 2001
By CoolDev.Com. Package to deal with the HTML code. Currenty contains HTML parser that allows to parse HTML code and various HTML tags. Native Delphi code.
 
Trial (work while IDE is running)
Source: On purchase/registration
Price: $10
Source Price: $20
Download: CB1 CB3 CB4 CB5 D2 D3 D4 D5 D6  Download exe-demoRegister NowHomepage

HTMLParser v.1.02FWS 9 k 22 Jun 1999
By Dennis D. Spreen. THTMLParser is a delphi class for parsing a HTML file. The file will be split into tags and text objects (useful for validating tags or for automatic code corrections). Supports HTML3.2 entities and Western Latin-1 charset.
 
Fully functional
Source: Included
Download: D2 D3 D4  Homepage

HTML Compressor v.1.5FW 74 k 08 Sep 1999
By UtilMind Solutions. This component is indended for compressing of HTML files, resulting in shorter downloading time. Your pages will appear in exactly the same way in your browser, but they will be about 20-25% smaller. Compressor removes all information used for editing in the HTML file. This information is unneeded for viewing the HTML file but is simply used to make its editing a lot easier. Compressing options:
  • Replace simple tags ("strong" to "b" and "em" to "i", etc.
  • Put tag "center" instead of "p align"
  • Remove superflious inverted commas in tags
  • Remove superflious spaces
  • Remove superflious returns
  • Remove all returns
  • Remove Front Page's "!--webbot span..." tags.

 
Fully functional
Source: On purchase/registration
Source Price: $25
Download: CB3 CB4 D2 D3 D4  Hot Stuff!Register NowHomepage

TLegHtml Parser v.1.10SW 101 k 06 Dec 2002
By Legitima Software. TLegHtmlParser is a powerful HTML 4.0 parser very easy to use. Just drop it onto a form, fill the Content property and call the Parse method. TLegHtmlParser detects comments, scripts, tags, special HTML tags, errors, blocks, and text, just triggering events.

In addition, TLegHtmlParser automatically translates character references &..; codes and normalizes the text if you want.

TLegHtmlParser is the perfect tool for applications that deal with HTML code such as filters, robots, spell checkers, search engines, editors, spiders, etc...
 
Partially restricted
Source: On purchase/registration
Price: $59.95
Source Price: $99.95

Download: D5 D6 D7  Register NowHomepage

ThtmlLite v.7.7FW 930 k 17 Jun 2006
By Dave Baldwin. ThtmlLite is similar to the Professional ThtmlViewer, TFrameViewer and TFrameBrowser components but has reduced capabilities. It is designed for applications where the full capabilities are not needed. There is no charge for its use and it may be modified if desired.

ThtmlLite does not support Frames or the printing of HTML documents. Imaging capablilities include GIF, animated GIF, JPEG, and bitmap.
 
Fully functional
Source: None

Download: D2005 D2006 D3 D4 D5 D6 D7  Homepage

XML Parser for Delphi v.2.4.17FW 3495 k 27 Aug 2006
By ICOM Datenverarbeitungs GmbH. The Extensible Markup Language (XML) will be the future language of the Internet. XML Parser Component is validating parser, which supports the Document Object Model. Supports all major features of the XML standard.
 
Fully functional
Source: On purchase/registration
Source Price: $60
Download: CB4 CB5 D3 D4 D5 D6  Register NowHomepage


News from our Sponsors

  Easy data compression solution!
Easy Compression Library is a very easy-to-use replacement of TFileStream, TMemoryStream and other TStream descendants to their analogues with compression/decompression and encryption. Compression is transparent, all the methods, properties and behavior of TFileStream and TMemoryStream are supported, so it is very simple to replace them in the application code. Save up to $500 by ordering at Torry's Showcase! more... more...


  Develop and debug service applications easy then ever
SvCom is an integrated package of classes and tools for development of service applications and use of NT Security framework. Currently SvCom components work under all flavours of Windows.
  • Deploy NT Service applications under Windows 9x/ME and NT/2000 (Unique feature!!!)
  • Develop and debug NT services using either Windows 95/98 or NT/2000/XP/2003 - using the same classes and the same function calls (!!!)
  • Advanced service debugging (Extremely useful, when you service is not just "Hello, World!")
  • Many more features...
more... more...


  Do you know that you can save 10% on LMD products?
LMD-Tools covers almost 370 components (Relase 7.0 CE, + about 30 labeled controls) for any task you can imagine. Following component groups are only examples for the broad range of available components: LMD Tools includes controls for superior interface design, system programming, file controls, database applications, internet-/web-components, multimedia, text/data input (RichEdit), display of formatted text, and many more.
Only for Torry's visitors! more... more...


  Tired of common actions? Try SweetControls, they will help...
CodeAccelerate’s Delphi VCL controls are native, not derived from a standard control. So the power behind them are not hidden from you and whenever you need, you will find the answers to "howto" questions in seconds.
With CodeAccelerate’s Suite (over 50 rich, unique, high-quality, fully customizable, stable, fast controls controls, which are designed carefully to cover all your requirements), give power and profession to your Delphi applications which they desire and let others admire.
With SweetControls leave your doubts behind! And, of course, get 10% off as Torry's visitor! more... more...

Advertising on Torry's Delphi Pages

 

Sort order
Title
Modification
Publication
Quick Search
Exact phrase
Title
Description


Advertising on Torry's Delphi Pages

pc remote control software, remote desktop software, remote access software

Remote Control from Anywhere!

Visit Our Delphi Site.

Everything about InterBase and Firebird

Guest Book
Guest Book

Subscribe to news in RSS 2.0 format!Subscribe to news in RSS 2.0 format!
Up | Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
Copyright © Torry's Delphi Pages Torry's Delphi Pages Maintained by Torry Team. Notes? Comments? Feel free to send...

The Ultimate Source of Object Pascal and Delphi Programming Knowledge.

Copyright © 1996-2010
All trademarks are the sole property of their respective owners
Privacy Policy