HTML 4.01 Transitional»
inserted instead. The document will not be Valid until you alter the source
file to reflect this new DOCTYPE.
Below are the results of attempting to parse this document with an SGML parser.
Please note that you have chosen one or more options that alter the content of the document before validation, or have not provided enough information to accurately validate the document. Even if no errors are reported below, the document will not be valid until you manually make the changes we have performed automatically. Specifically, if you used some of the options that override a property of the document (e.g. the DOCTYPE or Character Encoding), you must make the same change to the source document or the server setup before it can be valid. You will also need to insert an appropriate DOCTYPE Declaration or Character Encoding (the "charset" parameter for the Content-Type HTTP header) if any of those are missing.
topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
^
Error: there is no attribute "TOPMARGIN" for this element (in this HTML version)
topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
^
Error: there is no attribute "LEFTMARGIN" for this element (in this HTML version)
topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
^
Error: there is no attribute "MARGINHEIGHT" for this element (in this HTML version)
topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
^
Error: there is no attribute "MARGINWIDTH" for this element (in this HTML version)
<td width="100%" background="images/cell_background.gif"><img
^
Error: there is no attribute "BACKGROUND" for this element (in this HTML version)
language="JavaScript">
^
Error: required attribute "TYPE" not specified
src="images/space15.gif" width="15" height="10"></td>
^
Error: required attribute "ALT" not specified
Plan</font></a> | Standards
^
Error: end tag for element "FONT" which is not open; try removing the end tag or check for improper nesting of elements
... serv.gsa.gov/cgi-bin/wa?A2=ind0202&L=xmlwg&F=&S=&P=806">
^
Error: unknown entity "L"
... ://listserv.gsa.gov/cgi-bin/wa?A2=ind0202&L=xmlwg&F=&S=&P=806">
^
Error: unknown entity "F"
... listserv.gsa.gov/cgi-bin/wa?A2=ind0202&L=xmlwg&F=&S=&P=806">
^
Error: unknown entity "S"
... tserv.gsa.gov/cgi-bin/wa?A2=ind0202&L=xmlwg&F=&S=&P=806">
^
Error: unknown entity "P"
size="1" face="Arial, Helvetica, sans-serif"> • </font><a
^
Error: reference to non-SGML character
size="1" face="Arial, Helvetica, sans-serif"> • </font><a
^
Error: reference to non-SGML character
Sorry, this document does not validate as HTML 4.01 Transitional.
If you use CSS in your document, you should also check it for validity using the W3C CSS Validation Service.
Below is the source input I used for this validation:
1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2: <html> 3: 4: <head> 5: <meta http-equiv="Content-Type" 6: content="text/html; charset=iso-8859-1"> 7: <title>XML.Gov</title> 8: </head> 9: 10: <body bgcolor="#FFFFFF" link="#330066" vlink="#990066" 11: topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> 12: <!-- Begin Header --> 13: <table border="0" cellpadding="0" cellspacing="0" width="100%"> 14: <TBODY> <tr> 15: <td><table border="0" cellpadding="0" cellspacing="0" 16: width="600"> 17: <TBODY> <tr> 18: <td><img src="images/header01.gif" alt="spacer" 19: width="600" height="16"></td> 20: </tr> 21: <tr> 22: <td><a href="http://xml.gov/index.htm"><img 23: src="images/header02.gif" alt="XML Gov Logo" 24: border="0" width="225" height="40"></a><img 25: src="images/header03.jpg" alt="flag" width="375" 26: height="40"></td> 27: </tr> 28: <tr> 29: <td><img src="images/header04.gif" alt="spacer" 30: width="600" height="24"></td> 31: </tr> 32: </TBODY> </table> 33: </td> 34: <td width="100%" background="images/cell_background.gif"><img 35: src="images/cell_background.gif" alt="spacer" width="12" 36: height="80"></td> 37: </tr> 38: </TBODY></table> 39: 40: <table border="0" cellpadding="0" cellspacing="0" width="600"> 41: <TBODY> <tr> 42: <td valign="top" width="10"><img src="images/space10.gif" 43: alt="spacer" width="10" height="10"></td> 44: <td valign="top" width="150"><!-- Begin Site Menu --> <script 45: language="JavaScript"> 46: 47: 48: 49: <!-- 50: 51: 52: 53: function MM_swapImgRestore() { //v3.0 54: 55: 56: 57: var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; 58: 59: 60: 61: } 62: 63: 64: 65: 66: 67: 68: 69: function MM_preloadImages() { //v3.0 70: 71: 72: 73: var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); 74: 75: 76: 77: var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) 78: 79: 80: 81: if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} 82: 83: 84: 85: } 86: 87: 88: 89: 90: 91: 92: 93: function MM_findObj(n, d) { //v4.0 94: 95: 96: 97: var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { 98: 99: 100: 101: d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} 102: 103: 104: 105: if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; 106: 107: 108: 109: for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); 110: 111: 112: 113: if(!x && document.getElementById) x=document.getElementById(n); return x; 114: 115: 116: 117: } 118: 119: 120: 121: 122: 123: 124: 125: function MM_swapImage() { //v3.0 126: 127: 128: 129: var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) 130: 131: 132: 133: if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} 134: 135: 136: 137: } 138: 139: 140: 141: //--> 142: 143: 144: 145: </script> <table border="0" 146: cellpadding="0" cellspacing="0" width="150"> 147: <TBODY> <tr> 148: <td bgcolor="#330066"><font color="#FFFFFF" 149: size="2" face="Arial, Helvetica, sans-serif"><b> 150: Featured Subjects</b></font></td> 151: </tr> 152: <tr> 153: <td bgcolor="#FFFFFF"> </td> 154: </tr> 155: <tr> 156: <td valign="top" bgcolor="#FFFFFF"><a 157: href="http://xml.gov/index.htm"><font size="2" 158: face="Arial, Helvetica, sans-serif">XML Home</font></a><font 159: size="2" face="Arial, Helvetica, sans-serif"> 160: & </font><a href="http://xml.gov/sitemap.htm"><font 161: size="2" face="Arial, Helvetica, sans-serif">Site 162: Map</font></a> <br> 163: <a href="http://xml.gov/working_group.htm"><font 164: size="2" face="Arial, Helvetica, sans-serif">Working 165: Group</font></a> <br> 166: <font size="2" 167: face="Arial, Helvetica, sans-serif"> </font><a 168: href="http://xml.gov/agendas.htm"><font size="2" 169: face="Arial, Helvetica, sans-serif">Schedule 170: & Agendas</font></a> <br> 171: <a href="http://xml.gov/efforts.htm"><font 172: size="2" face="Arial, Helvetica, sans-serif">Registered 173: Efforts</font></a> <br> 174: <a href="http://xml.gov/standards.htm"><font 175: size="2" face="Arial, Helvetica, sans-serif">Standards 176: & Guidelines</font></a> <br> 177: <a href="http://xml.gov/registries.htm"><font 178: size="2" face="Arial, Helvetica, sans-serif">Registries/Repositories</font></a> 179: <br> 180: <a href="http://xml.gov/discussion.htm"><font 181: size="2" face="Arial, Helvetica, sans-serif">Discussion</font></a><font 182: size="2" face="Arial, Helvetica, sans-serif"> 183: & </font><a 184: href="http://xml.gov/tutorials.htm"><font 185: size="2" face="Arial, Helvetica, sans-serif">Tutorials</font></a> 186: <br> 187: <a href="http://xml.gov/related_links.htm"><font 188: size="2" face="Arial, Helvetica, sans-serif">Related Links</font></a> 189: <br> 190: <a href="http://xml.gov/search.htm"><font 191: size="2" face="Arial, Helvetica, sans-serif">Search</font></a></td> 192: </tr> 193: <tr> 194: <td bgcolor="#FFFFFF"> </td> 195: </tr> 196: <tr> 197: <td bgcolor="#FFFFFF"><a 198: href="mailto:Owen_Ambur@fws.gov" 199: onmouseover="MM_swapImage('Comment','','../images/button_comment_on.gif',1)" 200: onmouseout="MM_swapImgRestore()"><img 201: src="images/button_comment_off.gif" 202: alt="Comment Button" border="0" width="138" 203: height="45" name="Comment"></a><a 204: name="Main Nav Bar"></a><img 205: src="images/space10.gif" 206: alt="End of Main Nav Bar link group" width="10" 207: height="10"></td> 208: </tr> 209: </TBODY> </table> 210: </td> 211: <td valign="top" width="15" 212: background="images/space15.gif"><img 213: src="images/space15.gif" width="15" height="10"></td> 214: <td valign="top" width="425"><img 215: src="images/header_welcome.gif" alt="Welcome" width="425" 216: height="35"><br> 217: <font size="2" face="Arial, Helvetica, sans-serif">Extensible 218: Markup Language (XML) embodies the potential to alleviate 219: many of the interoperability problems associated with the 220: sharing of documents and data. Realizing the potential 221: requires cooperation not only within but also across 222: organizations. Our purpose is to facilitate the efficient 223: and effective use of XML through cooperative efforts 224: among government agencies, including partnerships with 225: commercial and industrial organizations. Contributions 226: are welcome and encouraged!</font> <p align="center"><img 227: src="images/header_whatsnew.gif" alt="What's New" 228: width="425" height="35"> 229: 230: <a href="http://www.idealliance.org/resources_govdayseminar.asp">Registration</a> for July 18 231: <a href="http://www.idealliance.org/govday071802.pdf">Seminar</a> on 232: <a href="http://www.prismstandard.org/">PRISM</a> 233: / 234: <a href="http://www.idealliance.org/papers/xml2001papers/ice/aboutice.htm">ICE</a> 235: / 236: <a href="http://www.oasis-open.org/cover/rss.html">RSS</a> 237: 238: <br> 239: 240: 241: GAO 242: <a href="http://www.gao.gov/new.items/d02586.pdf">Report</a> on E-records Management (See Appendix II) 243: 244: <br> 245: 246: <a href="http://www.nist.gov/">NIST</a> Plans XML Namespace Management Workshop for July 26 247: 248: <br> 249: 250: 251: Joint Seminar with 252: <a href="http://www.itaa.org/">ITAA</a> Tentatively Planned for September 17 253: 254: <br> 255: Metadata Registries 256: <a href="http://metadata-stds.org/OpenForum2003/">Forum</a> Planned for January 20 - 24 257: 258: <br> 259: 260: DC Area XML User Group 261: <a href="http://www.eccnet.com/xmlug/#meeting">Meeting Topics</a> 262: 263: <br> 264: 265: See also 266: <a href="http://xml.gov/agendas.htm">Agendas</a> & Documents 267: <a href="http://xml.gov/documents/completed.htm">Completed</a> & 268: <a href="http://xml.gov/working_group.htm#in_progress">In-Progress</a> 269: 270: </p> 271: 272: <p align="center"><img 273: src="images/header_whatsimportant.gif" 274: alt="What's Important" width="425" height="35"><br> 275: 276: <a href="http://xml.gov/registries.htm">XML Registries</a> | 277: <a href="http://xml.gov/documents/in_progress/strategy.htm">Strategic 278: Plan</font></a> | Standards 279: <a href="http://xw2k.sdct.itl.nist.gov/brady/gsa-prod/main.asp">Roadmap</a> 280: 281: <br> 282: 283: Registry/Repository 284: <a href="http://listserv.gsa.gov/cgi-bin/wa?A2=ind0202&L=xmlwg&F=&S=&P=806"> 285: Team</a> | Proof-of-Concept <a href="http://xmlregistry.nist.gov/xml-gov/">Prototype</a> 286: 287: <br> 288: 289: XML Developers 290: <a href="http://xml.gov/documents/in_progress/developersguide.pdf"> 291: Guide</a> 292: 293: <br> 294: 295: <p align="center"> 296: Citizen-Centered eGov Action Plan 297: <br> 298: <a href="http://www.whitehouse.gov/omb/memoranda/m01-28.html">Memo</a> | 299: <a href="http://www.whitehouse.gov/omb/pubpress/2002-11.html"> Press Release</a> & 300: <a href="http://www.whitehouse.gov/omb/inforeg/egovstrategy.pdf">Strategy</a> 301: <br> <a href="http://egov.gov/">eGov.gov</a> | 302: <a href="http://xml.gov/documents/egovprojects/index.htm">Projects</a> & Updated <a 303: href="http://egov.gov/egovreport-3.htm">List</a> with Milestones 304: 305: <br> 306: 307: <p align="center"> 308: OMB Information Quality <a 309: href="http://www.whitehouse.gov/omb/fedreg/final_information_quality_guidelines.html"> 310: Guidelines</a> <br> 311: 312: <br> 313: 314: ANSI XML for Standards <a 315: href="http://www.ansi.org/rooms/room_5/public/xml_forum_agenda.html">Forum</a><br> 316: 317: 318: OASIS 319: <a href="http://www.oasis-open.org/stdsreg/">Standards Registry Committee</a><br> 320: 321: <br> 322: 323: Information Sharing & Homeland Security Convention 324: <br><a href="http://www.federalevents.com/ishs/attendee/agenda.html">Agenda</a> - August 19-21, 2002 325: <br> 326: 1st Homeland Security Convention <a 327: href="http://www.cesfederal.com/fc_agenda.html"> 328: Agenda</a> 329: </p> 330: 331: 332: <p><font size="2" face="Arial, Helvetica, sans-serif"><b>For 333: more information please contact:</b> <a 334: href="mailto:Owen_Ambur@fws.gov">Owen Ambur</a> of the 335: U.S. Fish and Wildlife Service or <a 336: href="mailto:marion.royal@gsa.gov">Marion Royal</a> of GSA's Office of Governmentwide Policy.</font> 337: <br><br></p> 338: </td> 339: </tr> 340: 341: 342: <tr> 343: <td valign="top" width="10"> </td> 344: <td valign="top" width="150"> </td> 345: <td valign="top" width="15" 346: background="images/space15.gif"> </td> 347: <td align="center" valign="top" width="425"><a 348: href="http://www.firstgov.gov/"><font size="1" 349: face="Arial, Helvetica, sans-serif">FirstGov</font></a><font 350: size="1" face="Arial, Helvetica, sans-serif"> • </font><a 351: href="http://xml.gov/privacy.htm"><font size="1" 352: face="Arial, Helvetica, sans-serif">Privacy Statement</font></a><font 353: size="1" face="Arial, Helvetica, sans-serif"> • </font><a 354: href="mailto:webmaster@xml.gov"><font size="1" 355: face="Arial, Helvetica, sans-serif">Webmaster</font></a></td> 356: </tr> 357: </TBODY></table> 358: 359: <p><font size="1" face="Arial, Helvetica, sans-serif">Certified 360: 508 Compliant 04/04/01</font> </p> 361: </body> 362: </html>