W3C home > Mailing lists > Public > public-xml-processing-model-comments@w3.org > November 2008

err:XS0036 clarification

From: <Toman_Vojtech@emc.com>
Date: Thu, 27 Nov 2008 08:11:27 -0500
Message-ID: <6E216CCE0679B5489A61125D0EFEC7870D99B3B0@CORPUSMX10A.corp.emc.com>
To: <public-xml-processing-model-comments@w3.org>

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,
Vojtech
Received 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