Remove trailing whitespace.
[xhtml-compiler.git] / smoketests / entities.xhtml
bloba742f62893492d6034a4fc34b7750e0f0d5a45f6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd" [
3 <!ENTITY smoketest.test1 "Smoketest Test Entity 1">
4 <!ENTITY % entities SYSTEM "xhtml-compiler/smoketests/entities.ent">
5 %entities;
6 ]>
7 <html xmlns="http://www.w3.org/1999/xhtml"
8 xml:lang="en" lang="en">
9 <head>
10 <title>entities.html</title>
11 </head>
12 <body>
13 <h1>entities.html</h1>
14 <p>
15 This file tests custom entities. The following two bullets should
16 not be empty:
17 </p>
18 <ul>
19 <li>&smoketest.test1;</li>
20 <li>&smoketest.test2;</li>
21 </ul>
22 </body>
23 </html>