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?
Thanks,
Konrad

Reply via email to