Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Forked from anonymous/gist:460319
Created November 15, 2010 22:33
Show Gist options
  • Save eedeebee/701080 to your computer and use it in GitHub Desktop.
Save eedeebee/701080 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