- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 04 Feb 2008 17:40:59 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5448
Summary: Update code samples to use the smlxpath1() scheme
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
Almost all of the SML and SML-IF samples need to be updated to use the new
defined smlxpath1() scheme
For example
<sml:uri>
http://www.university.example.org/Universities/MIT/Courses.xml
#xmlns(u=http://www.university.example.org/ns)
xpointer(/u:Courses/u:Course[u:Name='MAT100'])
</sml:uri>
should read
<sml:uri>
http://www.university.example.org/Universities/MIT/Courses.xml
#xmlns(u=http://www.university.example.org/ns)
smlxpath1(/u:Courses/u:Course[u:Name='MAT100'])
</sml:uri>
Received on Monday, 4 February 2008 17:41:13 UTC