Change wildcard example code
Summary
Change wildcard example codeContent
Hello community,
I'm found the following wildcard code on a website and I'm using it to find a specific group element.
<? LK_NAME[starts-with(../LK_CODE,getVariable)])?>
Now I want to change it a bit. I want to find the LK_NAME of the element where LK_CODES equals my variable and not just starts with it. What is the syntax for it?
Is there anything like: <? LK_NAME[equals(../LK_CODE,getVariable)])?>
Thanks for your help
0