swirec_retain_grammar_import_separator
                                                    Retains the semicolon as separator in the query string when importing a grammar.
| 
                                                                     Value  | 
                                                                
                                                                     Boolean DEFAULT: 0  | 
                                                            
| 
                                                                     How to set  | 
                                                                
                                                                     Shown in precedence order (see Rules of parameter precedence): In the application's session xml in the <speechrecog> section of <speechserver> under <sessionparameters>. In Management Station set on the Nuance recognition service. If not using Management Station, set in a Recognizer configuration file (User-nrsxx.xml).  | 
                                                            
| 
                                                                     Usage  | 
                                                                
                                                                     Rarely used.  | 
                                                            
If retain-separator is false (the default), then any grammar-import URI uses ampersands as separators in the query string instead of semi-colons. If true, the separator is retained.
For example, if the parameter is set to false, the URI in the http-get:
<ruleref uri="http:….a.grxml?a=b;c=d"/>
is translated into
http:….a.grxml?a=b&c=d