32. What did you change?

Within a template that’s responding to an event, you can use the ixsl:event() function to get the event object.

Unfortunately, that’s a browser object and not a (useful) XDM item.

However, you can use the ixsl:get() function to interrogate browser objects!

For example, you can get the target.value” property1 of the current event with:

ixsl:get(ixsl:event(), 'target.value'))