Hi,

I found "\f none" not working in XQuery. here is my commands:

>\f none
>\f
Current formatter: none
>for $t in doc("...")//Product
return <pid> {pf:nid($t)}

<XQueryResult>.....</pid><pid>1711511</pid></XQueryResult>
>\f
>Current formatter: none

The results should not be printed according to the manual.
"none: Finally, the none mode suppresses any output. This mode is mostly useful for performance measurements, if one wants to exclude the result serialization time."

Could you please let me know if there are any solutions? Thanks!

--
Thanks,
Mo