Skip to content

Instantly share code, notes, and snippets.

Created July 1, 2010 18:16
Show Gist options
  • Save anonymous/460330 to your computer and use it in GitHub Desktop.
Save anonymous/460330 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 if ($x/self::bold) then <strong>{$x/node()}</strong>
else $x)
}</para>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment