Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I suspect that <code>&lt;retrievalControl&gt;</code> does not really contain that <code>&lt;jax-rx:results&gt;</code> as you expect it to. If I create a stand-alone example which puts together the pieces you pasted, everything works as expected (see below). Would you have a complete (and as minimal as possible) example that reproduces this?</p> <pre><code>&lt;xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fr="http://orbeon.org/oxf/xml/form-runner"&gt; &lt;xhtml:head&gt; &lt;xforms:model&gt; &lt;xforms:instance&gt; &lt;instance&gt; &lt;select1/&gt; &lt;jax-rx:results xmlns:jax-rx="http://jax-rx.sourceforge.net"&gt; &lt;jax-rx:result&gt; &lt;APP count="1"&gt; &lt;NAME&gt;ABCD&lt;/NAME&gt; &lt;ID&gt;12&lt;/ID&gt; &lt;/APP&gt; &lt;/jax-rx:result&gt; &lt;/jax-rx:results&gt; &lt;/instance&gt; &lt;/xforms:instance&gt; &lt;/xforms:model&gt; &lt;/xhtml:head&gt; &lt;xhtml:body&gt; &lt;xforms:select1 xmlns:xbl="http://www.w3.org/ns/xbl" xmlns:fb="http://orbeon.org/oxf/xml/form-builder" xmlns:pipeline="java:org.orbeon.oxf.processor.pipeline.PipelineFunctionLibrary" appearance="xxforms:tree" ref="select1" id="retrievalControl-control-laidOut"&gt; &lt;xforms:itemset nodeset="instance()/*/*/APP"&gt; &lt;xforms:label ref="NAME"/&gt; &lt;xforms:value/&gt; &lt;/xforms:itemset&gt; &lt;/xforms:select1&gt; &lt;/xhtml:body&gt; &lt;/xhtml:html&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload