Actions
Feature #7811
opensupport server-side argument validation with XPath
Start date:
07/30/2014
Due date:
% Done:
0%
Estimated time:
Description
Example:
<argument name="arg" valid="view('accepted-values')/*/*[@value=$arg]"/>
NOTE: This may replace attribute @pattern
<argument name="arg" valid="regexp:test($arg, 'my-regular-expression')"/>
Actions