RE: [xri-editors] Comments on BNF (version 03, lines 649-654)

From
Dave McAlpin <>
Date
2003-07-02T21:06:51+00:00
ID
005101c340e0$122ac270$
Thread
RE: [xri-editors] Comments on BNF (version 03, lines 649-654)
Gabe, I’m holding off incorporating
this change until we get some feedback from others, but don’t let me
forget about it if it doesn’t generate comments.

 

Dave

 

-----Original Message-----

From: Wachob, Gabe
[mailto:] 

Sent: Wednesday, July 02, 2003
1:42 PM

To: ''

Subject: [xri-editors] Comments on
BNF (version 03, lines 649-654)

 

Drummond-

    I noticed that in
the xri-authority production, you have URI-authority / XRI-authority / xref

 

    I'd rather see
xref under XRI-authority and then also be able to have a naming authority will
a normal dot-path (or colon path I spose). E.g.

 

xri:(@visa).usa/foo.bar

 

    So, I guess I'd
like to see the following productions as:

 

authority-part = URI-authority /
XRI-authority

XRI-authority = (gcs-char / xref)
xri-segment

 

    -Gabe