I can't figure out, how to use an OR Operator for the categories:
<DynamicPageList> category = Category1 category = Category2 </DynamicPageList>
Output: DLP shows only items, which are in both categories. Category1 AND Category2
I wish to combine the out in this manner: Category1 OR Category2. Is there an OR-Operator?