From 9819eb3b07cee9300e9fb97585b9eef02d668265 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 20 Oct 2011 10:56:44 -0400 Subject: [PATCH] polishing --- .../xml/config/spring-integration-xml-2.1.xsd | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd b/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd index 7c5d984184..b15a786886 100644 --- a/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd +++ b/spring-integration-xml/src/main/resources/org/springframework/integration/xml/config/spring-integration-xml-2.1.xsd @@ -247,7 +247,7 @@ Defines a Header Enricher Message Transformer that evaluates XPath expressions against the - message payload and inserts the result of the evaluation into a messsage header. + message payload and inserts the result of the evaluation into a message header. @@ -357,13 +357,13 @@ @@ -398,12 +398,12 @@ - @@ -577,16 +576,16 @@ Internally XPath expressions will be evaluated as NODESET type and converted to a List - representing channel names. Typically such list + representing channel names. Typically such a list will contain a single channel name. However, based on the result of an XPath Expression the XPath router can also take on the characteristics of the Recipient List Router if the XPath Expression - returns more then one value, thus resulting in - the List containing more then one channel + returns more than one value, thus resulting in + the List containing more than one channel name. - In that case Message will be sent to all channels + In that case the Message will be sent to all channels in the list. ]]>