I'm a little confused about what we're allowed to do with variables in the XML-based rewriter. There is an example in the documentation that suggests it's possible to concatenate variables with strings (or other variables?) by simply including the variable's reference:
<set-path>/app/$1</set-path> However, that doesn't appear to work in most other cases: <add-query-param name="my-path">/app/$1</add-query-param> Here it just takes the literal value of the string instead of evaluating the variable. Is this only supported in <set-path>, or is there a nuance I'm missing? -Will _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
