Options whose names conflict with local step attributes

I assume the following (atomic) step declaration should result in a
static error - but which one?

<p:declare-step type="foo:bar">
    <p:option name="name"/>
</p:declare-step>

If you used the shortcut form, the option "name" would conflict with the
"name" attribute of the step itself.

Vojtech

Received on Thursday, 17 December 2009 16:15:27 UTC