OSDN Git Service

XML Parser set back to MSXML
authornaru <bottle@mikage.to>
Thu, 3 Apr 2003 11:19:43 +0000 (11:19 +0000)
committernaru <bottle@mikage.to>
Thu, 3 Apr 2003 11:19:43 +0000 (11:19 +0000)
bottleclient/LogForm.dfm
bottleclient/LogForm.pas

index 25f94b7..e8aba93 100755 (executable)
@@ -344,7 +344,7 @@ object frmLog: TfrmLog
     Options = [doNodeAutoCreate, doNodeAutoIndent, doAttrNull, doAutoPrefix, doNamespaceDecl]
     Left = 208
     Top = 56
-    DOMVendorDesc = 'Xerces XML'
+    DOMVendorDesc = 'MSXML'
   end
   object OpenDialog: TOpenDialog
     DefaultExt = 'xml'
index a62f1a9..664ad23 100755 (executable)
@@ -6,7 +6,7 @@ uses
   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
   ComCtrls, ToolWin, StdCtrls, ExtCtrls, SsParser, BottleDef, Menus,
   Clipbrd, Logs, ShellAPI, Commctrl, DirectSstp, Contnrs, xmldom, XMLIntf,
-  XMLDoc, StrUtils, xercesxmldom;
+  XMLDoc, StrUtils, msxmldom;
 
 type
   TSaveLogType = (stLog, stLogWithChannels, stText, stXML);