- From: Jos De_Roo <jos.deroo.jd@belgium.agfa.com>
- Date: Thu, 8 Aug 2002 12:13:41 +0200
- To: Patrick.Stickler@nokia.com
- Cc: Graham.Klyne@MIMEsweeper.com, Jan.Grant@bristol.ac.uk, jjc@hplb.hpl.hp.com, melnik@db.stanford.edu, w3c-rdfcore-wg@w3.org
[...]
-- ,
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/
PS
:jenny :heightInches float"61.25".
is OK I think, whereas
xsd:float"61.25"
i.e.
<http://www.w3.org/2001/XMLSchema#float"61.25">
would violate
[[[
fragment = *uric
uric = reserved | unreserved | escaped
reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" |
"$" | ","
unreserved = alphanum | mark
mark = "-" | "_" | "." | "!" | "~" | "*" | "'" |
"(" | ")"
]]]
-- http://www.ietf.org/rfc/rfc2396.txt
PS2
terms such as float"61.25" are tidy
i.e. I can safely intern them
Received on Thursday, 8 August 2002 06:14:15 UTC