Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/AddressHistory.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|