Created
February 19, 2020 23:01
-
-
Save avernet/2a2c50d84116f2337b68c4c6acc730cc to your computer and use it in GitHub Desktop.
Dynamically generating a link in XPath
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
concat( | |
'<a target="_blank" href="https://www.google.com/', | |
$other-field-name, | |
'">Click me</a>' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment