INT-1846 fixed typo in XML documentation

This commit is contained in:
Oleg Zhurakousky
2011-03-24 07:40:47 -04:00
parent 29c2b2a0c1
commit 26951c3a59

View File

@@ -428,7 +428,7 @@
You can also combine Spring Expression Language (SpEL) expressions with XPath expression and configure
them using <code>expression</code> attribute:
<programlisting language="xml"><![CDATA[xpath-expression id="testExpression" expression="/person/@age * 2"/>]]></programlisting>
In the above case the overall result of the expression will be the result of the XPathe expression multiplied by 2.
In the above case the overall result of the expression will be the result of the XPath expression multiplied by 2.
</para>
</section>