- From: <Toman_Vojtech@emc.com>
- Date: Thu, 24 Apr 2008 10:47:18 -0400
- To: <public-xml-processing-model-wg@w3.org>
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