Skip to content

Instantly share code, notes, and snippets.

@tuurma
Created January 19, 2021 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuurma/332156dd916eecd99e5eb8501ec42e65 to your computer and use it in GitHub Desktop.
Save tuurma/332156dd916eecd99e5eb8501ec42e65 to your computer and use it in GitHub Desktop.
Namespace tricks
(: create an element in a particular namespace :)
element { QName("http://www.w3.org/1999/xhtml", local-name($node)) } {
$node/@*,
$node/node()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment