<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
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?
最新推荐文章于 2025-12-04 19:14:36 发布
本文详细探讨了XML与HTML之间的显著区别,特别是关于元素类型名称、属性名称及值的大小写敏感性。XML的设计考虑到了非拉丁字母语言的使用,并解决了无大小写区分的脚本中存在的问题。
1112

被折叠的 条评论
为什么被折叠?



