<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
The basic structure is very similar to most other applications of SGML, including HTML. XML documents can be very simple, with no document type declaration (DTD), and straightforward nested markup of your own design:
Hello, world!
Stop the planet, I want to get off!
Or they can be more complicated, with a DTD specified (see the question on document types), and maybe an internal subset (local DTD changes in [square brackets]), and a more complex structure:
]>
Hello, world!
hand-colored, presumably by the author
Vitam capias
Or they can be anywhere between: a lot will depend on how you want to define your document type (or whose you use) and what it will be used for
What does an XML document look like inside?
最新推荐文章于 2025-12-04 19:14:36 发布
本文介绍了XML文档的基本结构,包括简单的文档示例以及包含DTD的更复杂文档实例。XML可以用于定义不同类型的数据结构。
5371

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



