Results 1 to 10 of 10

Thread: XML Parsers

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Question XML Parsers

    Can you recomend a good xml parser? better if it is a fluent one. Native pascal, open source and little footprint are a requirements.

  2. #2
    Quote Originally Posted by pitfiend View Post
    Can you recomend a good xml parser? better if it is a fluent one. Native pascal, open source and little footprint are a requirements.
    OmniXML.... Native Pascal, open source....

    http://code.google.com/p/omnixml/

  3. #3
    If you are using FreePascal, why not use the XML units that come with FreePascal? There is a tutorial here: http://wiki.freepascal.org/XML_Tutorial

    If you need Delphi support you should try Very Simple XML: http://blog.spreendigital.de/2011/11...er-and-writer/ Check out the first omment on that blog article for a FPC 2.6 + Delphi compatible version.
    Freeze Development | Elysion Game Framework | Twitter: @Stoney_FD
    Check out my new book: Irrlicht 1.7.1 Realtime 3D Engine Beginner's Guide (It's C++ flavored though)

    Programmer: A device for converting coffein into software.

  4. #4
    Quote Originally Posted by Stoney View Post
    If you are using FreePascal, why not use the XML units that come with FreePascal? There is a tutorial here: http://wiki.freepascal.org/XML_Tutorial

    If you need Delphi support you should try Very Simple XML: http://blog.spreendigital.de/2011/11...er-and-writer/ Check out the first omment on that blog article for a FPC 2.6 + Delphi compatible version.
    Delphi user, thanks for the links. Honestly I tried to understand OmniXML, found it confusing.

  5. #5
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2
    Hi pitfiend,

    I've always used the standard Microsoft one. Can be a pain in the butt but when you've gotten used to it, it's not so bad.

    Any reason why you don't want to use it?
    :: AthenaOfDelphi :: My Blog :: My Software ::

  6. #6
    Quote Originally Posted by AthenaOfDelphi View Post
    Hi pitfiend,

    I've always used the standard Microsoft one. Can be a pain in the butt but when you've gotten used to it, it's not so bad.

    Any reason why you don't want to use it?
    Dependencies, I don't like them and want maximum portability. As I'm planning to eventually switch off Delphi, I want something that's not a pain in the butt to maintain, also want something flexible too (that's why fluent xml comes to my mind).

    If I don't find anything that comply with my needs, maybe going to build that library myself. Hope to be lucky .

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •