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.