Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Depends on what you need. MSXML is very feature complete and supports things like Schema and XPath among others. IIRC, OpenXML only provides DTD support and has not gotten much TLC in recent years. I have great respect for Dieter Köhler's work since he was a pioneer in the early days of Delphi and XML. I don't know if I would recommend it as the best solution today.</p> <p>If you need IXMLDocument OpenXML is certainly an option, but I would stick with MSXML unless you have specific concerns about MSXML (e.g. need features of a specific version). If you are open to other libraries, here is a non-exhaustive list of other options you may want to consider:</p> <ul> <li><p>DIXML - Commercial - Current and very feature complete (www.yunqa.de/delphi/doku.php/products/xml/index)</p></li> <li><p>XMLPartner - Open Source - Not sure of current status, check CG NGs for recent updates (sourceforge.net/projects/tpxmlpartner)</p></li> <li><p>OmniXML - Open Source, good design, similar API to IXMLDocument IIRC (www.omnixml.com)</p></li> <li><p>NativeXML - Commercial, Non-Validating, very fast, non-standard but easy API (www.href.com/nativexml) <strong>Note</strong> ; NativeXML is by Nils Haeck of SimDesign.nl Nils' site is down at the moment..a long story behind this.</p></li> <li><p>FWIW - I personally have used NativeXML and OmniXML and have no complaints. I have been looking at DIXML since it has a <em>very</em> impressive feature set that I need for a specific project.</p></li> </ul> <p>David</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload