Soliciting additional resolver plugin requirements
Cantor, Scott
cantor.2 at osu.edu
Tue Apr 10 21:14:55 BST 2012
> Would Transform be able to implement a "choose the value of attribute
> foo matching /^bar/ and dump the rest" behavior?
That would be a filter use case.
> Just a guess, but perhaps this would do it:
>
> <Regex match="^(bar.*)$">$1</Regex>
No, it will pass through any non-matching values. Throwing things away should already be supported with a filter.
-- Scott
More information about the dev
mailing list