Results 1 to 10 of 10

Thread: XML Parsers

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Wow, those are some nice finds guys. Checking out omnixml first since it looks nice - I had a few snippets for the standard FPC stuff. I'll see if I can dig any up in case they're of use to you guys

    Of course, I do prefer managing XML from the ground up - but thats me
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  2. #2
    Here's a brief list of the ones I have tried:
    - NativeXML (http://www.simdesign.nl/xml.html)
    - XMLVerySimple (http://blog.spreendigital.de/2011/11...der-and-writer)
    - XMLParser (http://www.destructor.de)
    - OmniXML (http://code.google.com/p/omnixml)
    - SimpleXML (https://gitorious.org/delphi/simplexml)
    - KDSXML (http://sourceforge.net/projects/kdsxml)
    - SAX for Pascal (http://saxforpascal.sourceforge.net)
    - DOM XML (the one that comes with delphi)

    Some of them are DOM Model others are SAX, and some doesn't have a particular model. Big trouble of some is they are slow or have a big footprint. For the moment I haven't decide yet which one to use. Still need one very fast and able to manage really big xml files. BTW, only Omni and Delphi (MSDOMXML) has fluent access.

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
  •