- From: Kay Winkler <K.Winkler@gsi.de>
- Date: Mon, 07 Jul 1997 16:07:59 +0200
- To: HTML <www-html@w3.org>
- Cc: HTTP <www-http@w3.org>
Reading the specification of the URI i'm wondering?
Is a URI/URL like
HREF=//xxx.lanl.gov/list/nucl-ex/pastweek
realy valid?
--8<--- from the spec --8<---
URI = ( absoluteURI | relativeURI ) [ "#" fragment]
absoluteURI = scheme ":" *( uchar | reserved )
relativeURI = net_path | abs_path | rel_path
net_path = "//" net_loc [ abs_path ]
abs_path = "/" rel_path
rel_path = [ path ] [ ";" params ] [ "?" query ]
path = fsegment *( "/" segment )
fsegment = 1*pchar
segment = *pchar
--8<--- from the spec --8<---
Gruss
Kay
Kay Winkler Planckstrasse 1 D-64291 Darmstadt
(49)6159/71-2551 Fax:(49)6159/71-2785 K.Winkler@gsi.de
Received on Monday, 7 July 1997 10:08:08 UTC