Skip to content

Instantly share code, notes, and snippets.

Created July 1, 2010 18:08
Show Gist options
  • Save anonymous/460319 to your computer and use it in GitHub Desktop.
Save anonymous/460319 to your computer and use it in GitHub Desktop.
<para>{
for $x in $p/node() return (if ($x/self::emphasis)
then <em>{$x/node()}</em>
else $x)
}</para>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment