diff --git a/spring-integration-reference/src/xml.xml b/spring-integration-reference/src/xml.xml
index e50c3f0f31..2557cc1f91 100644
--- a/spring-integration-reference/src/xml.xml
+++ b/spring-integration-reference/src/xml.xml
@@ -13,7 +13,7 @@
instances of
java.lang.String, org.w3c.dom.Document
and javax.xml.transform.Source. It should be noted however that
- where a dom representation is required, for example in order to evaluate an XPath expression,
+ where a DOM representation is required, for example in order to evaluate an XPath expression,
the String payload will be converted into the required type and then
converted back again to String. Components that require an instance of
DocumentBuilder will create a namespace aware instance if one is
@@ -49,7 +49,8 @@
and org.w3c.dom.Document payloads are supported. Custom conversion to a
Source is also supported by injecting an implementation of
SourceFactory.
-
+
@@ -66,7 +67,8 @@
the payload into an alternative xml format. To achieve this configure a
ResultTransformer. Two implementations are provided, one which converts to
String and another which converts to Document.
-
+
@@ -86,7 +88,8 @@
by default XsltPayloadTransformer will create a message with a
Result payload. This can be customised by providing a
ResultFactory and/or a ResultTransformer.
-
+
@@ -154,7 +157,8 @@
marshaller="marshaller"
result-transformer="resultTransformer" />
-]]>
+]]>
@@ -188,7 +192,8 @@
in the payload will be converted then split before being converted back to a number of String
messages. The XPath splitter implements MessageConsumer and should
therefore be configured in conjunction with an appropriate endpoint.
-
+
@@ -221,7 +226,8 @@
be used. Where there is a simple mapping from Xpath result to channel name
the provided MapBasedChannelName can be used.
-
+
@@ -231,9 +237,11 @@
-
-
+
+
@@ -241,8 +249,10 @@
@@ -267,7 +277,8 @@
-
+
@@ -276,7 +287,8 @@
-
+
@@ -295,14 +307,17 @@
xpath-expression element. So the following configurations of an xpath-selector are all valid and represent the general
form of XPath namespace support. All forms of XPath expression result in the creation of an
XPathExpression using the Spring XPathExpressionFactory
-
+
-
+
@@ -315,7 +330,8 @@
-
+
@@ -326,12 +342,17 @@
XPath splitter namespace support allows the creation of a MessageEndpoint with an input channel and output channel.
-
+
-
+