- From: fikin <nikolai.fiikov@gmail.com>
- Date: Thu, 4 Feb 2010 21:59:13 +0200
- To: public-xml-processing-model-comments@w3.org
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