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 5448 - Update code samples to use the smlxpath1() scheme
Summary: Update code samples to use the smlxpath1() scheme
Status: RESOLVED FIXED
Alias: None
Product: SML
Classification: Unclassified
Component: Core+Interchange Format (show other bugs)
Version: LC
Hardware: PC Windows XP
: P2 normal
Target Milestone: LC
Assignee: Kumar Pandit
QA Contact: SML Working Group discussion list
URL:
Whiteboard:
Keywords: resolved
Depends on:
Blocks:
 
Reported: 2008-02-04 17:40 UTC by Valentina Popescu
Modified: 2008-02-14 20:13 UTC (History)
0 users

See Also:


Attachments

Description Valentina Popescu 2008-02-04 17:40:59 UTC
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>
Comment 1 Kumar Pandit 2008-02-07 04:16:53 UTC
Marking editorial as this bug fix involves purely editorial changes.
Comment 2 Kumar Pandit 2008-02-07 09:05:36 UTC
Replaced all occurrences of xpointer() by smlxpath1() in the examples in SML and SML-IF specs.
Comment 3 John Arwe 2008-02-14 02:09:20 UTC
+1