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> Regards, VojtechReceived on Thursday, 27 November 2008 13:13:01 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 27 November 2008 13:13:01 GMT