Skip to content

Instantly share code, notes, and snippets.

@karmi
Forked from kubicek/gist:272026
Created January 8, 2010 12:49
Show Gist options
  • Save karmi/272027 to your computer and use it in GitHub Desktop.
Save karmi/272027 to your computer and use it in GitHub Desktop.
function(doc) {
if (doc.content) {
var html = new XML('<foo>bar</foo>');
emit('bar', 1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment