[Bug 4650] Typo in section 5.1.4

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4650

           Summary: Typo in section 5.1.4
           Product: SML
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: cmsmcq@w3.org
        ReportedBy: popescu@ca.ibm.com
         QAContact: public-sml@w3.org


The namespace declaration for both example outputs is incorrect.  It should be
xmlns:smlerr and not xmlns:sml.  For example, the text below is incorrect:

<smlerr:errorData xmlns:sml="http://schemas.serviceml.org/smlerr/2007/02">
  <smlerr:attributeNode xmlns:u="urn:university"
                        name="u:name">MIT</smlerr:attributeNode>
  <smlerr:attributeNode xmlns:u="urn:university"
                        name="u:isPublic">false</smlerr:attributeNode>
</smlerr:errorData>

Also the following typo needs to be fixed in the first example; on the output
element declaration; sml:output should be changed to smlerr:output :

<sml:output applicationUri="someApplicationUri"
                                       id="IPXML"
                                       expression=".">
                           </sml:output>

Received on Wednesday, 13 June 2007 19:56:55 UTC