[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 12:19:43 UTC