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 5241 - define how the SML URI scheme is resolved
Summary: define how the SML URI scheme is resolved
Status: RESOLVED FIXED
Alias: None
Product: SML
Classification: Unclassified
Component: Core (show other bugs)
Version: LC
Hardware: PC All
: P2 normal
Target Milestone: LC
Assignee: Kumar Pandit
QA Contact: SML Working Group discussion list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 04:34 UTC by Kumar Pandit
Modified: 2007-11-18 07:33 UTC (History)
0 users

See Also:


Attachments

Description Kumar Pandit 2007-11-02 04:34:20 UTC
Add the definition to bullet #2 in section '4.2.1 SML URI Scheme'.
Comment 1 Kumar Pandit 2007-11-13 05:40:30 UTC
Proposal:
Replace the current text of bullet 2 in section 4.2.1 SML URI scheme.

2. The SML URI scheme is resolved using the following steps:
a.	A document is obtained by dereferencing the URI, sans fragment identifier, using the appropriate operation defined for the scheme used in that URI. If there is no document retrieved, the scheme is unresolved.
b.	If a fragment identifier is not present in the URI, the root element of the retrieved document is returned.
c.	If a fragment identifier is present in the URI, the fragment identifier is applied to the root element of the retrieved document and the resulting node-set is returned.

Reasons:
A URI is a broadly defined term. Although most URIs fit into the resource access paradigm, not all do (for example, the mailto scheme). The specific operations supported for a given URI scheme depend on the scheme definition. There is no standard set of common operations meaningful across all URI schemes. This means that it is not possible to define a set of operations required for dereferencing a URI because it depends on the scheme used. Since the sml:uri definition does not place any restriction on the schemes that can be used, it is not possible to define the set of operations to be performed in order to dereference sml:uri. Consequently, we define this simply as dereference the URI using the appropriate operation defined for the scheme used.
Comment 2 John Arwe 2007-11-15 17:19:10 UTC
2a: at the end, I think you want to say the reference is unresolved (currently says 'scheme' instead of 'ref')
2a uses variations on "resolved", 2b and 2c "returned".  It sounds as if two closely related concepts may be mixed together.  Or maybe 2b and 2c should be saying "resolves to [current content] [remove "is returned"]", not sure.

The spirit sounds right, I think it's just particular words at issue.
Comment 3 Virginia Smith 2007-11-15 19:27:38 UTC
Resolution: accept proposal with the following changes:

- Use URI reference
- In 2a, say "scheme instance is unresolved" rather that 'scheme is unresolved'.