Re: explanation for ensuring no duplicate identifiers
Kate Stewart
On Fri, Jun 15, 2018 at 12:25 PM, Philippe Ombredanne <pombredanne@...> wrote: Alexios: need to be a little careful here Philippe... "+" is reserved for license expressions. Best to stick with what's in Appendix IV of the spec today idstring = 1*(ALPHA / DIGIT / "-" / "." ) where ALPHA and DIGIT are per definition inALPHA = %x41-5A / %x61-7A ; A-Z / a-z DIGIT = %x30-39 ; 0-9 If you want to see "_" added, then probably should open an issue against the spec for 2.2 and get it consistent tthroughout. Thanks, Kate
|
|