The <script> element and passing parameters

All,

XForms 2 introduces <script>. [1]

Our implementation has supported this (in a different namespace) for a long
time, but an important missing part was the ability to pass parameters. We
suffered from not having this ability for a long time and recently
implemented parameter passing, simply using <param> and <body> children
elements. [2]

I think we should consider doing this right now for <script>, as passing
parameters is a basic feature.

-Erik

[1] https://www.w3.org/MarkUp/Forms/wiki/XForms_2.0#The_script_Element
[2] http://doc.orbeon.com/xforms/actions/scripting.html#passing-parameters

Received on Friday, 22 January 2016 18:56:39 UTC