287
edits
| Line 134: | Line 134: | ||
| </pre> | </pre> | ||
| The multiple flag may be used  | The multiple flag may be used for simple 'or' expressions: | ||
| <pre> | <pre> | ||
| Line 142: | Line 142: | ||
| The example above will match if ?name is either fred, sarah or robert. Don't put any spaces between the commas. | The example above will match if ?name is either fred, sarah or robert. Don't put any spaces between the commas. | ||
| You can, of course, use multiple <where> elements. All of them must match for content to be generated. If a <where> condition does not match,  | You can, of course, use multiple <where> elements. All of them must match for content to be generated. If a <where> condition does not match, no content will be generated for that item and rule, although another rule may still match. | ||
| ==Controlling Recursion== | ==Controlling Recursion== | ||
edits