Forum Discussion
Sam_Parkes_1110
Nimbostratus
Nov 16, 2012XML profile trouble
Hi - I am trying to get an iRule in place that routes traffic based on XML content. I've done this before and it works ok, but this XMl string I have this time contains a namespace (which I'm not sur...
hoolio
Cirrostratus
Nov 16, 2012Hi Sam,
What error(s) are you seeing? Can you try wrapping the variable in double quotes?
if {([matchclass "$XML::values($i)" contains Kobra_migrated_users])} {
or worst case:
if {([matchclass \"$XML::values($i)\" contains Kobra_migrated_users])} {
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects