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.3 by yoffy, Sat Nov 22 12:17:50 2003 UTC revision 1.4 by yoffy, Mon Nov 24 07:58:29 2003 UTC
# Line 394  begin Line 394  begin
394                                                  f.Seek( last, soFromBeginning );                                                  f.Seek( last, soFromBeginning );
395                                                  f.ReadBuffer( PChar( attributeValue )^, tagLen );                                                  f.ReadBuffer( PChar( attributeValue )^, tagLen );
396    
397                                                  node.AddAttribute( attributeName, HttpDecode( attributeValue ) );                                                  node.AddAttribute( attributeName, HtmlDecode( attributeValue ) );
398    
399                                                  // 値を読み終わったので終了                                                  // 値を読み終わったので終了
400                                                  f.Seek( f.Position + 1, soFromBeginning ); // '"' 飛ばし                                                  f.Seek( f.Position + 1, soFromBeginning ); // '"' 飛ばし
# Line 402  begin Line 402  begin
402                                          end else if ch in kXMLWhite then                                          end else if ch in kXMLWhite then
403                                          begin                                          begin
404                                                  // 規格外だけどね                                                  // 規格外だけどね
405                                                  node.AddAttribute( attributeName, HttpDecode( attributeValue ) );                                                  node.AddAttribute( attributeName, HtmlDecode( attributeValue ) );
406    
407                                                  goto NextNode;                                                  goto NextNode;
408                                          end else begin                                          end else begin

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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