Is it possible to use node.getAttribute with regular expression ?
I want to do so in order to find all agents with attribute starting with "COACH_PFB_TA_HP", since I have many Agents that having attributes such as:
"COACH_PFB_TA_HP_XXX"
"COACH_PFB_TA_HP_YYY"
"COACH_PFB_TA_HP_ZZZ"
...
If regexp is not possible in node.getAttribute(), nor String.StartWith("phrase"),
perhaps it is possible to list all Node's attributes, and then search within the list using regular expression ?
Thanks,
Noam.