Bufferize operations with EIP

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
</jbi:jbi>{code}

*Explanation of the Xpath operations (you can look at this great [Xpath tutorial|http://www.w3schools.com/XPath/default.asp])*


Retrieve elements inside the <AddIntegers> node :

{code:lang=xml}<eip:aggregator-correlation>boolean(/*[local-name()="AddIntegers"])</eip:aggregator-correlation>{code}

Triggers messages when receiving <equals/> in the node <AddIntegers> :

{code:lang=xml}<eip:test>boolean(/*[local-name()="AddIntegers"]/*[local-name()="equals"])</eip:test>{code}

h2. SE-EIP Splitter
{code:lang=xml|title=jbi.xml}<?xml version="1.0" encoding="UTF-8"?>