On Nov 9, 2007 9:26 PM, DeWitt Clinton <dewitt@unto.net> wrote: > http://example.com/{categories+/} > http://example.com/uri/atom/search I believe the grammar is ambiguous. For example, if I have the template: http://example.com/{name1,name2+} And name1 := "fred" name2 := "barney" Does that expand to: http://example.com/fred+barney or http://example.com/fred&barney There are also escaping issues. For example, what if I want to emit ')' as part of a prefix? I like the simplicity but I don't think we can get away from using '|' as a separator w/o increasing the complexity of the parser, as I think the examples above show. -joe -- Joe Gregorio http://bitworking.orgReceived on Saturday, 10 November 2007 03:13:16 UTC
This archive was generated by hypermail 2.4.0 : Sunday, 10 October 2021 22:17:50 UTC