8212866: Broken link to schematron.com
authorjoehw
Tue, 30 Oct 2018 20:44:48 -0700
changeset 52338 ac4ea1fe09b9
parent 52337 346ad00d6154
child 52339 cda2f582500e
8212866: Broken link to schematron.com Reviewed-by: lancea
src/java.xml/share/classes/javax/xml/validation/package-info.java
--- a/src/java.xml/share/classes/javax/xml/validation/package-info.java	Tue Oct 30 19:47:16 2018 -0700
+++ b/src/java.xml/share/classes/javax/xml/validation/package-info.java	Tue Oct 30 20:44:48 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, 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
@@ -53,13 +53,13 @@
  *         and an <a href="http://www.iso.org">ISO (International Organization
  *         for Standardization)</a> standard.
  *     </li>
- *     <li><strong><a href="http://www.schematron.com/">Schematron</a></strong> -
+ *     <li><strong><a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c055982_ISO_IEC_19757-3_2016.zip">Schematron</a></strong> -
  *         a rules-based XML schema language. Whereas DTD, WXS, and RNG are designed
  *         to express the structure of a content model, Schematron is designed to
  *         enforce individual rules that are difficult or impossible to express
  *         with other schema languages. Schematron is intended to supplement a
  *         schema written in structural schema language such as the aforementioned.
- *         Schematron is in the process of becoming an ISO standard.
+ *         Schematron is <a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html">an ISO standard</a>.
  *     </li>
  * </ul>
  * <p>