先做事后做人

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  XML

摘要:1.How to Insert a Style Sheet (1).External Style Sheet An external style sheet can be written in any text editor. The file should not contain any html tags. Your style sheet should be saved with ... 阅读全文
posted @ 2006-04-13 13:17 asdfasdf 阅读(121) 评论(0) 推荐(0)

摘要:1.Instruction (1)What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles are normally stored in Style Sheets Styles were added to HTML 4.0 to solve a pro... 阅读全文
posted @ 2006-04-13 13:04 asdfasdf 阅读(142) 评论(0) 推荐(0)

摘要:7.XHTML Standard Attribute XHTML tags can have attributes. The special attributes for each tag are listed under each tag description. The attributes listed here are the core and language attributes ... 阅读全文
posted @ 2006-04-13 12:25 asdfasdf 阅读(172) 评论(0) 推荐(0)

摘要:4.XHTML DTD The XHTML standard defines three Document Type Definitions. The most common is the XHTML Transitional. The 3 Document Type Definitions DTD specifies the syntax of a web page in SGML. DTD ... 阅读全文
posted @ 2006-04-13 11:42 asdfasdf 阅读(189) 评论(0) 推荐(0)

摘要:1.Introduction To XHTML (1)What Is XHTML? XHTML stands for EXtensible HyperText Markup Language XHTML is aimed to replace HTML XHTML is almost identical to HTML 4.01 XHTML is a stricter and cleaner ve... 阅读全文
posted @ 2006-04-13 10:43 asdfasdf 阅读(211) 评论(0) 推荐(0)

摘要:NET Framework 中的 XML 设计目标 .NET Framework 中的 XML 目标是: 符合 W3C 标准。 扩展性。 可插接式结构。 性能。 与 ADO.NET 紧密集成。 符合标准 符合标准意味着类完全符合 XML、命名空间、XSLT、XPath、架构和文档对象模型 (DOM) 的当前 W3C 建议标准。符合标准确保了互操作性并使跨平... 阅读全文
posted @ 2006-03-15 14:19 asdfasdf 阅读(355) 评论(0) 推荐(0)

摘要:xml高级编程 第三章文档类型定义 第三章 文档类型定义(DTD:Document Type Definition) 上面介绍了如何编写格式正规的XML文档,但是,如何让其他用户能够理解你所创建的词汇表,做为设计者,就必须通过某种通用的方式说明词汇表的语法规则.为此XML1.0提供了一种机制--文档类型定义(DTD),并将其做为规范的一部分.在这里要区分 格式正规的文档 和 有... 阅读全文
posted @ 2006-03-15 14:17 asdfasdf 阅读(234) 评论(0) 推荐(0)

摘要:xml高级编程 第一章 XML简介 xml 高级编程 第一章 XML简介1.1 标记语言.(ML:makeup language) 协调一致用来定义整套语法和文法的标记集合被称作语言. 1.2 XML起源和目的 XML是SGML语言的一个子集,自它而来.XML是一种界定文本数据的简便而标准的方法.XML简单的添加标记就可以描述它们所封装的信息. X... 阅读全文
posted @ 2006-03-15 14:14 asdfasdf 阅读(229) 评论(0) 推荐(0)

摘要:xml高级编程_第二章 XML语法.doc 第二章 XML语法 2.1 标记语法 XML标记负责提供和描述一个XML文件或数据包的内容结构.他们由界定内容的不同部分的标记(tag)组成,负责提供对特殊符号和文本宏的引用,或者将特殊指令传递给应用软件,以及把注释传递给文档编辑器. 使用来界定标记,与HTML相同(唯一). XML对大小写敏感.包括元素的标记名和... 阅读全文
posted @ 2006-03-15 14:14 asdfasdf 阅读(354) 评论(0) 推荐(0)