Hi,I have seen that support for the XPath 3.1 random-number-generator function has landed in the Xalan XSLT 3.0 development branch.
I am wondering whether the XPath 3.1 lookup operator "?" should work with a map returned by a call to random-number-generator.
For me, for instance, <xsl:value-of select="random-number-generator(current-dateTime())?number"/>fails with FOTY0013 : Cannot do an XPath atomization of a map with Xalan, while that code works fine with Saxon.
