jaxp/src/java.xml/share/classes/javax/xml/validation/package.html
changeset 45261 8a151bf73222
parent 25868 686eef1e7a79
--- a/jaxp/src/java.xml/share/classes/javax/xml/validation/package.html	Mon May 15 20:27:38 2017 -0700
+++ b/jaxp/src/java.xml/share/classes/javax/xml/validation/package.html	Tue May 16 17:36:12 2017 -0700
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!doctype html>
 <!--
-Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
 This code is free software; you can redistribute it and/or modify it
@@ -24,11 +24,7 @@
 questions. 
 -->
 
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 
 <head>
   <title>javax.xml.validation</title>
@@ -86,7 +82,7 @@
 		        process simple (see <a href="#example-1">example</a> below).</li>
           </ul>
 		<p>
-            <a name="example-1"><strong>Usage example</strong>.</a> The following example demonstrates validating
+            <a id="example-1"><strong>Usage example</strong>.</a> The following example demonstrates validating
             an XML document with the Validation API (for readability, some exception handling is not shown):
 		</p>
             <pre>