Re: [DUG]: IXMLDocument

2003-10-08 Thread Dennis Chuah
Download MSXML 4 from Microsoft (or get it from MSDN). Version 4 has more features and a few bugs fixed. Install it and use Delphi to create a PAS unit from the type library (msxml2_tlb). // Include the PAS unit into your unit. uses SysUtils, Classes, msxml2_tlb, Variants, ActiveX; var dom:

[DUG]: IXMLDocument

2003-10-07 Thread James F Sugrue
Has anyone had any experience using this to create an XML document from scratch ? Any examples I could have a look at ? Cheers --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]

Re: [DUG]: IXMLDocument

2003-10-07 Thread Todd Martin
: James F Sugrue [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 11:31 AM Subject: [DUG]: IXMLDocument Has anyone had any experience using this to create an XML document from scratch ? Any examples I could have a look at ? Cheers