Tidy HTML in tests
[html-element-library.git] / t / html / table2_tr_proc.html
diff --git a/t/html/table2_tr_proc.html b/t/html/table2_tr_proc.html
deleted file mode 100644 (file)
index 544553b..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-  <head>
-    <title>Complex HTML Table</title>
-  </head>
-
-  <body style="font-family: Arial, Helvetica, sans-serif" >
-    <h1>Complex HTML Table</h1>
-
-    <P>
-      This table comes from 
-      <a
-       href="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.5">
-       the w3 spec on tables
-      </a>. I am using it to try out the <code>table2()</code> API call
-      that is part of the new release of 
-      <a
-       href=http://search.cpan.org/search?query=Element%3A%3ALibrary&mode=all>
-       <code>HTML::Element::Library</code>
-      </a>.
-    </p>
-
-    
-    <P>
-
-    <TABLE border="2" frame="hsides" rules="groups"
-      summary="Code page support in different versions
-      of MS Windows.">
-      <CAPTION>CODE-PAGE SUPPORT IN MICROSOFT WINDOWS</CAPTION>
-      <COLGROUP align="center">
-      <COLGROUP align="left">
-      <COLGROUP align="center" span="2">
-      <COLGROUP align="center" span="3">
-      <THEAD valign="top">
-       <TR>
-         <TH>Code-Page<BR>ID
-         <TH>Name
-         <TH>ACP
-         <TH>OEMCP
-         <TH>Windows<BR>NT 3.1
-         <TH>Windows<BR>NT 3.51
-         <TH>Windows<BR>95
-         </th>
-       </tr>
-      <TBODY>
-       <TR><TD>1200<TD>Unicode (BMP of ISO/IEC-10646)<TD><TD><TD>X<TD>X<TD>*
-       <TR><TD>1250<TD>Windows 3.1 Eastern European<TD>X<TD><TD>X<TD>X<TD>X
-       <TR><TD>1251<TD>Windows 3.1 Cyrillic<TD>X<TD><TD>X<TD>X<TD>X
-       <TR><TD>1252<TD>Windows 3.1 US (ANSI)<TD>X<TD><TD>X<TD>X<TD>X
-       <TR><TD>1253<TD>Windows 3.1 Greek<TD>X<TD><TD>X<TD>X<TD>X
-       <TR><TD>1254<TD>Windows 3.1 Turkish<TD>X<TD><TD>X<TD>X<TD>X
-       <TR><TD>1255<TD>Hebrew<TD>X<TD><TD><TD><TD>X
-       <TR><TD>1256<TD>Arabic<TD>X<TD><TD><TD><TD>X
-       <TR><TD>1257<TD>Baltic<TD>X<TD><TD><TD><TD>X
-       <TR><TD>1361<TD>Korean (Johab)<TD>X<TD><TD><TD>**<TD>X
-         </td>
-       </tr>
-      </tbody>
-      <TBODY>
-       <TR><TD>437<TD>MS-DOS United States<TD><TD>X<TD>X<TD>X<TD>X
-       <TR><TD>708<TD>Arabic (ASMO 708)<TD><TD>X<TD><TD><TD>X
-       <TR><TD>709<TD>Arabic (ASMO 449+, BCON V4)<TD><TD>X<TD><TD><TD>X
-       <TR><TD>710<TD>Arabic (Transparent Arabic)<TD><TD>X<TD><TD><TD>X
-       <TR><TD>720<TD>Arabic (Transparent ASMO)<TD><TD>X<TD><TD><TD>X</td>
-       </tr>
-      </tbody>
-
-    </TABLE>
-
-
-
-
-    <hr>
-    <address><a href="mailto:metaperl@gmail.com">metaperl</a></address>
-<!-- Created: Fri Nov 25 08:48:48 PST 2005 -->
-<!-- hhmts start -->
-Last modified: Fri Nov 25 08:57:41 PST 2005
-<!-- hhmts end -->
-  </body>
-</html>
This page took 0.01054 seconds and 4 git commands to generate.