On 22 February 2016 at 22:12, Gary Larsen wrote: Hi,
> let $intersection := distinct-values(seq1 [.=$seq2]) You forgot the variable reference (using `$`). So this select all children elements of the context node named `seq1` (which probably is the empty sequence) the string value of which is equal to one of the item in $seq2. Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
