2008/7/13 Vadim Chekan <[EMAIL PROTECTED]>: > As usually, I go my own way :) > I got nice xml using xstream but now I'm trying to extract an element from > it with xpath or xquery. > Should I use process or transform and what is the difference between them?
Use process() to use a Processor implementation as the transformer; use beanRef to use a Java bean method call as the transformer, or <transform> to use an expression (such as XPath or XQuery) as the transformer (i.e. the result is the value of the expression). -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
