XPath « Web « Spring Q&A





1. XMLBeans and XPath Router    forum.springsource.org

XMLBeans and XPath Router We are trying to utilize the xpath router in conujunction with XMLBeans. We originally had a marshalling interceptor on the channel (commented out below) which seemed to ...

2. Possible to pass the http outbound-gateway output to an xpath-transformer    forum.springsource.org

Possible to pass the http outbound-gateway output to an xpath-transformer I'm sure it's possible, but can't seem to figure it out. My app makes a POST request for some HTML and ...

3. xpath-router doesnt have apply-sequence    forum.springsource.org

Hello I see that the recipient list router has an attribute for apply-sequence but not for xpath-router. Can you please add one or is there any other way to get this ...

4. Nested definition of xpath-expression in xpath-header-enricher    forum.springsource.org

Nested definition of xpath-expression in xpath-header-enricher (assume xmlns:si-xml="http://www.springframework.org/schema/integration/xml") It'd be really convenient if there was a way to define an si-xml:xpath-expression nested inside the si-xml:header component of si-xml:xpath-header-enricher; currently the syntax ...

5. xpath router vs xpath selector    forum.springsource.org

xpath router vs xpath selector Hi, By replacing xpath router with xpath selector in the Booking order example give the same result?? What is exactly the difference between the two??Lets imagine ...

6. output channel & default output channel for xpath router    forum.springsource.org

How do you specify an output channel for xpath-router when the xpath expression is met. And when the condition is not met, how can I specify one or more channels to ...

7. xpath-router based on node name    forum.springsource.org

Hi, I've just started to use spring-integration and it's a great tool. I'm currently trying to route my xml-messages to different channels with an xpath-router but can't get it right. Is ...

8. xpath-router problem    forum.springsource.org

9. xpath-header-enricher and header value types    forum.springsource.org

Not easily at the moment since the XPath header enricher exposes the standard return types provided by the instance of org.springframework.xml.xpath.XPathExpression it delegates to which only provides double evaluateAsNumber(Node node) for ...