On Oct 6, 2008, at 5:15 AM, Asiri Rathnayake wrote: > On Sun, Oct 5, 2008 at 9:00 PM, Vincent Massol <[EMAIL PROTECTED]> > wrote: > >> Hi, >> >> Following up on my previous email we have several pbs in our current >> syntax: >> * we need to forbid "=" in doc names >> * we need to forbid "|" and ">" in doc names >> > > Great!, then I can use some of these symbols for grouping in webdav > (to > avoid page vs group conflicts). > > Big +1 > > >> >> Hence Sergiu and I have brainstormed and we propose the following: >> >> label>ref>>param1=value1 ... paramN=valueN >> >> and >> >> label|ref||param1=value1 ... paramN=valueN >> > > +1 > > Small obvious question, how are these parameters separated from one > another > ? is it a comma separated list like > param1=value1,parama2=value2, ...... > paramN=valueN or .. ?
Spaces. The syntax is consistent with the one for passing parameters using (% ... %) and with parameters in macros. Note that you should normally use quotes as in, especially if you want to have a space in the value: param1="value1" Thanks -Vincent >> Here's my +1 >> >> Thanks >> -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

