Scoping of names

Hi all,

Section 3.2 says:
"In general, the name of a step, the names of its sibling steps, the
names of any steps that it contains directly, the names of its
ancestors, and the names of its ancestor's siblings are all in a common
scope."

I think it should read:

"In general, the name of a step, the names of its sibling steps, the
names of any steps that it contains directly, the names of its
ancestors, and the names of its ANCESTORS' siblings are all in a common
scope."

Otherwise the following would not be possible:

<p:idenity name="foo"/>
<p:group>
  <p:group>
    <p:identity>
      <p:input port="source">
        <p:pipe step="foo" port="result"/>
      </p:input>
    </p:identity>
  </p:group>
</p:group>

Regards,
Vojtech

Received on Thursday, 24 April 2008 14:48:13 UTC