summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/ampersand-as-data.html
blob: a6a1917e818277d4cb3936657b2da79997c31b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<p>This document has an ampersand occurring as character data. This is not OK in XML.</p>
<p>&</p>
</body>
</html>