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
Class to handle text files as memory mapped files. Including efficient methodes for access like sequentiell read or random access read to text, high performance search routines and many
A simple introduction to using the MSXML DOM in your Delphi applications. Demonstrates: L Validation of XML files using XSDL schemas L Transformation of XML files using XSLT stylesheets L Evaluation of XPath expressions(Delphi 6 source
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,
Read files from a directory is a tutorial which helps you in getting the file names from a directory. You can get the name of the files that exist in a directory using the GetFiles method of the Directory class and shows it on the screen using the re
MSXML 3.0 is a DOM based XML parser, with SAX 2.0 support, full implementation of XSLT and XPath specifications, and more. Takes a practical approach including an example for each.
This PHP class can read data from binary (XLS) Excel file without using COM, ODBC, etc. Using ExcelExplorer you can read info about worksheets, columns, rows, cells. You can even read style info such as colors, alignment, fonts, borders and more. Hav
A class to read and parse RSS 0.9 or 0.91 data. Does not require PHP to be built with XML libs/expat, but must have PCRE support. Stores parsed data into a single array to be handled by your application. Demo usage files included.
Read and write windows INI files in VBS? is an easy to understand online article for all webmasters who have installed hosted applications on their systems. From this tutorial you will come to know how to read formatted Windows INI files using VBS f
Text Reader and Text Writer in C# is a tutorial which helps you to learn how to read and write text files in C# using the steamreader and streamwriter class. These Streamreader and streamwriter classes are derived from the base classes TextReader an |