Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1502804
  • 博文数量: 3500
  • 博客积分: 6000
  • 博客等级: 准将
  • 技术积分: 43870
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-03 20:31
文章分类

全部博文(3500)

文章存档

2008年(3500)

我的朋友

分类:

2008-05-04 20:01:51

一起学习
All of it, both markup and text. This is significantly different from HTML and most other SGML applications. It was done to allow markup in non-Latin-alphabet languages and to obviate problems with case-folding in scripts which are caseless. Element type names are case-sensitive: you must stick with whatever combination of upper- or lower-case you use to define them (either by first usage or in a DTD). So you can't say ...: upper- and lower-case must match; thus and are two different element types; For well-formed files with no DTD, the first occurrence of an element type name defines the casing; Attribute names are also case-sensitive, on a per-element basis: for example and in the same file exhibit two separate attributes, because the different casings of width and WIDTH distinguish them; Attribute values are also case-sensitive. CDATA values (eg HRef="MyFile.SGML") always have been, but ID and IDREF attributes are now case-sensitive as well; All entity names (Á), and your data content (text), are case-sensitive as always 下载本文示例代码


Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?Which parts of an XML document are case-sensitive?
阅读(76) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~