Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/AddressHistory.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.7 by h677, Wed Dec 3 13:59:07 2003 UTC revision 1.8 by h677, Thu Mar 18 14:16:57 2004 UTC
# Line 50  begin Line 50  begin
50    
51          if FileExists(FileName) then begin          if FileExists(FileName) then begin
52                  try                  try
53                          XMLDoc := LoadXMLDocument(FileName);              XMLDoc := IXMLDocument.Create;
54                            //XMLDoc := LoadXMLDocument(FileName);
55                LoadXMLDocument(FileName, XMLDoc);
56        try        try
57          XMLNode := XMLDoc.DocumentElement;          XMLNode := XMLDoc.DocumentElement;
58    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26