- From: Booth, David (HP Software - Boston) <dbooth@hp.com>
- Date: Sat, 7 Apr 2007 13:23:38 -0400
- To: "Misha Wolf" <Misha.Wolf@reuters.com>, <www-tag@w3.org>, <semantic-web@w3.org>, <public-xg-mmsem@w3.org>, <newsml-g2@yahoogroups.com>
> > Misha Wolf scripsit:
> > . . .
> > 1) "123456" is an invalid fragment: false. If you look at the
> > syntax rules in RFC 3986, you see that every character in a
> > fragment can be a digit.
And here are the relevant syntax rules from RFC3986:
http://www.ietf.org/rfc/rfc3986.txt
[[
fragment = *( pchar / "/" / "?" )
pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
pct-encoded = "%" HEXDIG HEXDIG
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
reserved = gen-delims / sub-delims
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
/ "*" / "+" / "," / ";" / "="
]]
David Booth, Ph.D.
HP Software
+1 617 629 8881 office | dbooth@hp.com
http://www.hp.com/go/software
Received on Saturday, 7 April 2007 17:30:51 UTC