File: text22.html

package info (click to toggle)
xom 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,712 kB
  • sloc: xml: 68,724; java: 48,828; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 23</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text21.html">Back</a> <a href="text23.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img22.html">Graphics</a></center><br>
<h1><b>XML Principles</b></h1><p>
<ul><li><h2>All objects can be written as well-formed XML text</h2>
<li><h2>Impossible to create malformed documents</h2>
<li><h2>Validity can be enforced by subclasses</h2>
<li><h2>Syntax sugar is not represented:</h2>
<ul><li>CDATA sections
<li>Character and entity references
<li>Attribute order
<li>Defaulted vs. specified attributes
</ul></ul></body>
</html>