pattern
Hi,
what's the pattern to refer only specific nodes that starts with a given prefix?
For example i need to refer only nodes under launcher configf that starts with xxx but in this way it was wrong:
<filter root="/etc/workflow/launcher/config">
<include pattern="/etc/workflow/launcher/config/xxx.*" />
</filter>
Thanks