- From: Asir Vedamuthu <asirveda@microsoft.com>
- Date: Wed, 20 Jun 2007 08:51:35 -0700
- To: "public-ws-policy@w3.org" <public-ws-policy@w3.org>
- CC: "'mhondo@us.ibm.com'" <mhondo@us.ibm.com>
Good catch. We need to fix these typos in line (04) and (09) in the example in Section 4.1, Framework.
Regards,
Asir S Vedamuthu
Microsoft Corporation
-----Original Message-----
From: public-ws-policy-qa-request@w3.org [mailto:public-ws-policy-qa-request@w3.org] On Behalf Of bugzilla@wiggum.w3.org
Sent: Wednesday, June 20, 2007 5:20 AM
To: public-ws-policy-qa@w3.org
Subject: [Bug 4672] typo's in examples
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4672
Summary: typo's in examples
Product: WS-Policy
Version: CR
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Framework
AssignedTo: fsasaki@w3.org
ReportedBy: mhondo@us.ibm.com
QAContact: public-ws-policy-qa@w3.org
WS-Policy 1.5 (http://www.w3.org/TR/ws-policy/) example contains XML syntax
errors (i.e., on lines 04 and 09 of section 4.1.)
(04) <sp:SignedParts/>
(05) <sp:Body/>
(06) </sp:SignedParts/>
should be <sp:SignedParts>
<sp:Body/>
</sp:SignedParts>
(09) <sp:EncryptedParts/>
(10) <sp:Body/>
(11) </sp:EncryptedParts/>
Received on Wednesday, 20 June 2007 15:52:03 UTC