- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 15 Jan 2008 16:26:30 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5368
Summary: Issues with the published third draft, 01/14/2008
Product: SML
Version: LC
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core+Interchange Format
AssignedTo: cmsmcq@w3.org
ReportedBy: popescu@ca.ibm.com
QAContact: public-sml@w3.org
1. SML Error schema not completely removed from published documents
I noticed that SML Error schema is still being mentioned here
http://www.w3.org/2008/01/sml
The sml-err-schema.xsd has been completely removed from the third draft.
I did a search for the sml-err-schema keyword in the SML CVS documents and I
found two references, under the build.xml and namespace-source.xhtml. Removing
these references should solve the problem although I am not sure if any changes
can be done for the current published draft.
build.xml
<zip destfile="build/sml-specification.zip">
<fileset dir="." includes="Overview.html"/>
<fileset dir="." includes="sml.xml"/>
<fileset dir="." includes="diff.html"/>
<fileset dir="build" includes="ns/sml.html"/>
<fileset dir="build" includes="ns/sml.xhtml"/>
<fileset dir="build" includes="ns/sml-schema.xsd"/>
<fileset dir="build" includes="ns/sml-err.html"/>
<fileset dir="build" includes="ns/sml-err.xhtml"/>
<fileset dir="build" includes="ns/sml-err-schema.xsd"/>
</zip>
namespace-source.xhtml :
<rddl:resource id="SML_Error_Schema"
xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:title="&draft.year;-&draft.mm;-&draft.dd; &sml-title;
schema document"
xlink:role="http://www.w3.org/2001/XMLSchema"
xlink:arcrole="http://www.rddl.org/purposes#schema-validation"
xlink:href="http://www.w3.org/&draft.year;/&draft.dd;/sml-err-schema.xsd"
xlink:type="simple"
xlink:show="none"
xlink:actuate="none">
<p>
<a title="&draft.year;-&draft.mm;-&draft.dd; &sml-title; schema
document"
href="http://www.w3.org/&draft.year;/&draft.dd;/sml-err-schema.xsd">http://www.w3.org/&draft.year;/&draft.dd;/sml-err-schema.xsd</a>
</p>
</rddl:resource>
2. SML and IF xsd links are broken
Another problem I noticed is that the links to the SML and SML-IF xsd files are
broken. Maybe I am just being impatient.. If this is a real problem though it
should be fixed asap
http://www.w3.org/2008/01/sml
http://www.w3.org/2008/01/sml-if
3. SML-IF link opens the SML specification
>From this page, http://www.w3.org/2008/01/sml-if , select the
Service Modeling Language Interchange Format Version 1.1
link. It leads you to the SML specification instead of SML-IF
Received on Tuesday, 15 January 2008 16:39:54 UTC