摘要:
//函数 AddChild(const TagName: DOMString): IXMLNode; overload; AddChild(const TagName, NamespaceURI: DOMString): IXMLNode; overload; CreateElement(const TagOrData, NamespaceURI: DOMString): IXMLNode; C... 阅读全文
posted @ 2008-01-02 23:34
万一
阅读(13238)
评论(2)
推荐(0)
摘要:
1、忽略空白 2、注释: 3、指令: 4、特殊字符: ' " & 替代: ' " & 5、二进制数据: 6、区分大小写 7、标记不能交叠 8、单标记, 也就是空元素, 如: , 只用属性记录数据 9、属性值在引号内 10、xml 中的元素与属性的名字, 必须以字母或 _ 开头, 后面可以是字母、数字或 _ - : . 的组合, 但不能使用 xml 开始. 11、文件头包含版本与字符编... 阅读全文
posted @ 2008-01-02 22:54
万一
阅读(7683)
评论(0)
推荐(0)
摘要:
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton... 阅读全文
posted @ 2008-01-02 16:31
万一
阅读(8101)
评论(1)
推荐(0)
摘要:
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton... 阅读全文
posted @ 2008-01-02 14:26
万一
阅读(7014)
评论(4)
推荐(2)
浙公网安备 33010602011771号