Thanks,
Jon Jacobs
This posting was made from recycled electrons. No innocent atoms were
harmed.
There is a global defined in xmldom.pas called DefaultDOMVendor which you can
set that will control the default vendor. For Delphi 6.02, this would be
'MSXML' (the default) or 'Open XML'. This value will then be used for calls to
LoadXMLDocument, etc.
Mark
It's used in TXMLDocument.AfterConstruction.
Mark