PDA

View Full Version : EC XML Parser for Lazarus released



jdarling
21-07-2006, 05:15 PM
TECXMLParser is a Lazarus/FPC Component to handle xml formatted text or files without msxml. TECXMLParser can currently read most XML documents and supports all common XML element types (Text, CData, Comment, Embedded Elements, Properties, etc...). Also included is a SAXish parser/tokenizer for use in your Lazarus/FPC applications.
Simple sample Demo and Application to show off how to use the Parser and SAX Parser components.
XML Visualizer component and Demo application to visually display XML files. (Comming Soon)
Support for Paramaters in tag names
Extended Demo (XML Browser) (Comming Soon)
Support for text inside of a tag
Fully 8859-1 Complient (as far as I know) if you find that it isn't then drop me an e-mail and I'll see if I can fix whatever isn't :)

http://www.eonclash.com/images/xmlParser_Small.gif Click here to downloadhttp://www.eonclash.com/images/xmlParser_Small.gif (http://www.eonclash.com/ViewProduct.php?ProductID=20)