Questions or comments about this webMethods Ezine article?
Click here to read the original text.
Questions or comments about this webMethods Ezine article?
Click here to read the original text.
I learned recently that XQL also supports regular expressions.
Returns the aspect names of all aspects whose pointcut/name elements contains a name elements that start with “mdc”.
You can also combine regex patterns for more complex queries:
The second query returns only the serviceNames where the adviceType is “before” and the pointcut/name elements contain the string “mdc.demo”.
Mark