SWS-938 Remove links to w3schools

w3schools has a history of offering improper information and patterns, so links to that site have been removed.
This commit is contained in:
Greg Turnquist
2016-01-28 11:56:20 -06:00
parent 8b18b88fe9
commit 759b677530
2 changed files with 2 additions and 3 deletions

View File

@@ -545,7 +545,7 @@
<para>
In this sample application, we are going to use <link xl:href="http://www.jdom.org">JDom 2</link> to handle
the XML message.
We are also using <link xl:href="http://www.w3schools.com/xpath/">XPath</link>, because it allows us to
We are also using <link xl:href="https://www.w3.org/TR/xpath20/">XPath</link>, because it allows us to
select particular parts of the XML JDOM tree, without requiring strict schema conformance.
</para>
<programlistingco>

View File

@@ -21,8 +21,7 @@
WSDL stands for Web Services Description Language. A WSDL file is an XML document that describes a Web
service. It specifies the location of the service and the operations (or methods) the service exposes.
For more information about WSDL, refer to the
<link xl:href="http://www.w3.org/TR/wsdl">WSDL specification</link>, or read the
<link xl:href="http://www.w3schools.com/wsdl/">WSDL tutorial</link>
<link xl:href="http://www.w3.org/TR/wsdl">WSDL specification</link>.
</para>
</sidebar>
<para>