Hi Brent,
The matches attribute is not as sophisticated as you think, it's basically supports a space separated list of xml names. A '*' can be used as a wild card, but it doesn't support regular expressions. Actually I think it's a good idea to allow regex there, but currently it's not supported.
--Keith
Brent Picasso wrote:
Hello all,
I'm trying to match and element using the bind-xml 'matches' attribute. So far no luck.
This is what I'm using for the bind-xml:
<bind-xml matches="[\w?]Response" node="element"/>
The element I'm looking for is an immediate child and is named 'GetVocabularyResponse'. I've tested the RegEx pattern on a few regex testing sites and it seems to be good, however being I hate regular expressions (write once, read never) I could be formatting it wrong.
Any ideas out there?
Thanks for any help,
Brent
**Brent Picasso**
Engineering Manager
*SchemaLogic, Inc.*
P 425-885-9695
C 206-854-4508
F 425-883-0117
http://www.schemalogic.com <blocked::http://www.schemalogic.com/>

