I’m pretty sure that right now, we’d get:
function(node) { return (node.over40(parseInt(node.age))) }Am I wrong? > On Aug 7, 2018, at 6:50 PM, Alex Harui <[email protected]> wrote: > > Right now code like: > > over40(parseInt(age)) > > Results in: > > function(node) { return (over40(parseInt(age))) } > > And then the XML filter calls that function passing itself in as the node.
