p:input/@select expressions and context ?

what is the spec stand on allowed / not-allowed constructs within @select?

is following valid:
<p:input name="source" select="document( /root/@href )" ><p:pipe
step="a" port="b" /></p:input>

what is the evaluation context of p:input/@select ?

are variables available : <p:input select="document( /root/tag[ @flg =
$var ]/@href )" ...

thanks

Received on Thursday, 27 May 2010 13:54:14 UTC