File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / xhtml1
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:00 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    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 &lt; 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>