Page 1 of 1

Chain template

Posted: Thu Nov 20, 2008 8:00 pm
by support
If you want to apply two template parameters such as:
Template1:
<PARAM NAME="template" VALUE=":shortname:_test">

Template2:
<PARAM NAME="template" VALUE=":regex=[^a-zA-Z0-9_\\-\\.]:_:">

Then use "|" to chain template operators such as:
<PARAM NAME="template" VALUE=":shortname:_test|:regex=[^a-zA-Z0-9_\\-\\.]:_:">