Annotation of embedaddon/libxml2/result/xhtml1, revision 1.1.1.1
1.1 misho 1: <?xml version="1.0" encoding="UTF-8"?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3: <!-- 3.1.1 3/ -->
4: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5: <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6: <title>Virtual Library</title>
7: </head>
8: <!-- 4.8 -->
9: <script type="text/javascript">
10: ... unescaped script < content ...
11: </script>
12: <body>
13: <p>Moved to <a href="http://example.org/">example.org</a>.</p>
14: </body>
15: <!-- C2 -->
16: <img src="foo.gif" alt="foo" />
17: <!-- C3 -->
18: <p></p>
19: <!-- C7 -->
20: <p lang="fr" xml:lang="fr">coucou</p>
21: <p xml:lang="fr" lang="fr">salut</p>
22: <!-- C8 -->
23: <p name="fragid" id="fragid">test</p>
24: <!-- 4.5 -->
25: <dl compact="compact">
26: <dt>Internet Engineering Task Force</dt>
27: <dd>An organization which establishes technical standards for the Internet</dd>
28: </dl>
29:
30: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>