Am 11.08.15 um 17:49 schrieb Konrad Windszus: > Currently in > https://sling.apache.org/documentation/bundles/configuration-installer-factory.html > the format for Configuration Files ending with .config is pretty well > described. One point missing there is what exactly must be quoted within > stringsimple. Actually just using quoted-string is not specific enough as > also every “=“ need to be preceded by a “/“. What about extending the grammar > like following > stringsimple ::= <quoted string representation of the value, where both “ and > = need to be quoted with a leading “/“> > Do I need to quote any other characters in string simple?
I think those are the only two, however I would call this escaping :) In fact I have the feeling that the special handling of "=" within a quoted string is wrong, but that's in there for ages, so it probably good not to change it. Regards Carsten -- Carsten Ziegeler Adobe Research Switzerland [email protected]
