Skip to Content.
Sympa Menu

microid - [Microid] Augmented Backus-Naur Form Scheme issues?

microid AT lists.ibiblio.org

Subject: Microid mailing list

List archive

Chronological Thread  
  • From: "Brian Suda" <brian.suda AT gmail.com>
  • To: microid AT lists.ibiblio.org
  • Subject: [Microid] Augmented Backus-Naur Form Scheme issues?
  • Date: Tue, 14 Aug 2007 21:11:53 +0000

i did a quick search through the archives and didn´t find anything
http://www.google.is/search?hl=is&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=Q5N&q=site%3Ahttp%3A%2F%2Flists.ibiblio.org%2Fpipermail%2Fmicroid%2F+scheme&btnG=Leita&lr=

Can some one confirm that this is not actually an issue, or that it
doesn´t matter that it is?

According to the scheme:
inputs = scheme "+" scheme
scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
; a URI scheme name (e.g., mailto)

you can have multiple schemes separated by a + symbol, but the scheme
itself can have a + in it. For example:

svn+ssh as one scheme, concatenated + with a second scheme, https

that would be svn+ssh+https, how would you know that is svn+ssh and
not ssh+http? or is that even an issue?

thanks,
-brian

--
brian suda
http://suda.co.uk




Archive powered by MHonArc 2.6.24.

Top of Page