From 759b677530bec2488ce7f49ba3d8e4a8f1e8c094 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 28 Jan 2016 11:56:20 -0600 Subject: [PATCH] SWS-938 Remove links to w3schools w3schools has a history of offering improper information and patterns, so links to that site have been removed. --- src/reference/docbook/tutorial.xml | 2 +- src/reference/docbook/why-contract-first.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/reference/docbook/tutorial.xml b/src/reference/docbook/tutorial.xml index 17bb6ee7..3f5ce63b 100644 --- a/src/reference/docbook/tutorial.xml +++ b/src/reference/docbook/tutorial.xml @@ -545,7 +545,7 @@ In this sample application, we are going to use JDom 2 to handle the XML message. - We are also using XPath, because it allows us to + We are also using XPath, because it allows us to select particular parts of the XML JDOM tree, without requiring strict schema conformance. diff --git a/src/reference/docbook/why-contract-first.xml b/src/reference/docbook/why-contract-first.xml index e004ae06..fd52b1fc 100644 --- a/src/reference/docbook/why-contract-first.xml +++ b/src/reference/docbook/why-contract-first.xml @@ -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 - WSDL specification, or read the - WSDL tutorial + WSDL specification.