Skip to content

Instantly share code, notes, and snippets.

@Ramona2020
Last active August 29, 2015 14:09
Show Gist options
  • Save Ramona2020/82cbdba4f7df405b207c to your computer and use it in GitHub Desktop.
Save Ramona2020/82cbdba4f7df405b207c to your computer and use it in GitHub Desktop.
Xpath concat
fn:concat(/test/me[1]/text(), /test/me[3]/text())
@CliffordAnderson
Copy link

fn:concat(/test/me[1]/text(), " ", (/test/me[3]/text())[1])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment