diff --git a/src/docbkx/filter.xml b/src/docbkx/filter.xml
index 5546f9fe80..7da324e52e 100644
--- a/src/docbkx/filter.xml
+++ b/src/docbkx/filter.xml
@@ -28,6 +28,7 @@
The MessageFilter constructor accepts a selector instance:
+ In combination with the namespace and SpEL very powerful filters can be configured with very little java code.
@@ -81,6 +82,21 @@
is not allowed, as it creates an ambiguous condition, and it will therefore result in an Exception being thrown.
+
+ With the introduction of SpEL Spring Integration has added the expression attribute to the filter
+ element. It can be used to avoid Java entirely for simple filters.
+
+ ]]>
+
+ The string passed as the expression attribute will be evaluated as a SpEL expression in the context of the message.
+ If it is needed to include the result of an expression in the scope of the application context you can use the
+ #{} notation as defined in the SpEL reference documentation
+
+ SpEL reference documentation
+ .
+
+ ]]>
+
+
-
\ No newline at end of file