- From: Norman Walsh <ndw@nwalsh.com>
- Date: Wed, 28 Jan 2009 09:53:35 -0500
- To: public-xml-processing-model-comments@w3.org
Received on Wednesday, 28 January 2009 14:54:15 UTC
Norman Walsh <ndw@nwalsh.com> writes:
> Toman_Vojtech@emc.com writes:
>
>> Static error err:XS0036 says that: "All the step types in a pipeline
>> must have unique names: it is a static error if any step type name is
>> built-in and/or declared or defined more than once in the same scope."
>>
>> I propose to change the first sentence so that is says:
>>
>> "All the step types in a pipeline or a library ..."
>>
>> So that it is obvious that the following is not allowed:
>>
>> <p:library xmlns:foo="...">
>> <p:declare-step type="foo:my-step">
>> ...
>> </p:declare-step>
>> <p:declare-step type="foo:my-step">
>> ...
>> </p:declare-step>
>> </p:library>
>
> Yep. Editorial carelessness.
Fixed.
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | Old and young, we are all on our last
http://nwalsh.com/ | cruise.--Robert Louis Stevenson
Received on Wednesday, 28 January 2009 14:54:15 UTC