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


Click here to download