This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4650 - Typo in section 5.1.4
Summary: Typo in section 5.1.4
Status: RESOLVED FIXED
Alias: None
Product: SML
Classification: Unclassified
Component: Core (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: C. M. Sperberg-McQueen
QA Contact: SML Working Group discussion list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 19:56 UTC by Valentina Popescu
Modified: 2007-06-20 21:10 UTC (History)
0 users

See Also:


Attachments

Description Valentina Popescu 2007-06-13 19:56:50 UTC
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>
Comment 1 Valentina Popescu 2007-06-20 21:10:03 UTC
the fix has been checked into CVS