multiple inputs in test expressions?

i have a case of value lookup withing a secondary input document.

<p:input name="source" primary="true" />
<p:input name="src2" />
<p:choose>
   <p:when test="/tags/tag[ @name= $src2/tags/tag/@name ]" >...</p:when>
</p:choose>

is there a way to make it working without merging the two documents
with xslt first?

Received on Friday, 5 February 2010 10:05:42 UTC