Skip to content

Instantly share code, notes, and snippets.

@joewiz
Created July 9, 2013 18:17
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 joewiz/5959771 to your computer and use it in GitHub Desktop.
Save joewiz/5959771 to your computer and use it in GitHub Desktop.
XQuery 3.0 HTML5 Serialization Prolog
xquery version "3.0";
declare namespace output="http://www.w3.org/2010/xslt-xquery-serialization";
declare option output:method "html5";
declare option output:media-type "text/html";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment