Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoXMLDoc.pas

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

revision 1.8 by yoffy, Fri Sep 10 11:02:40 2004 UTC revision 1.9 by yoffy, Thu Sep 16 14:09:52 2004 UTC
# Line 157  procedure IXMLNode.AddAttribute( Line 157  procedure IXMLNode.AddAttribute(
157          const Value : string          const Value : string
158  );  );
159  var  var
         t : Integer;  
160          index : Integer;          index : Integer;
161  begin  begin
162    
# Line 298  var Line 297  var
297    
298          found : PChar;          found : PChar;
299          tag : string;          tag : string;
         tagLen : Integer;  
300    
301          isClosed : boolean;          isClosed : boolean;
302    
303          nodeName : string;          nodeName : string;
304          attributeName : string;          attributeName : string;
305          attributeValue : string;          attributeValue : string;
   
         t, t2 : Integer;  
306  label  label
307          NextNode;          NextNode;
308  begin  begin

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

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