This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Section 4.3 indicates that nested policy is normalised recursively therefore I'd expect nested policy in normal form to have the same structure as the outer policy e.g wsp:Policy/wsp:ExactlyOne/wsp:All/* The example of normal form of nested policy in section 4.3.2 does not exhibit this - lines 12-14, 23-25, 28-30 i.e. (12) <wsp:Policy> (13) <sp:HttpsToken RequireClientCertificate="false" /> (14) </wsp:Policy> I would expect: (12) <wsp:Policy> (13) <wsp:ExactlyOne> (14) <wsp:All> (15) <sp:HttpsToken RequireClientCertificate="false" /> (16) </wsp:All> (17) </wsp:ExactlyOne> (18) </wsp:Policy> If my expectation is incorrect, can I suggest an explanation of why this is the case in section 4.3.2 Thanks, David
Resolved at Dec 13 meeting with proposal in: http://lists.w3.org/Archives/Public/public-ws-policy/2006Dec/0034.html http://www.w3.org/2006/12/13-ws-policy-irc#T17-28-11 Replace - "The normalized form of the example above is equivalent to the following:" With - "The example above is equivalent to the following:". /paulc
Hi Paul, I agree with this resolution. Thanks, David