Skip to content

Instantly share code, notes, and snippets.

@danielepolencic
Created December 11, 2014 19:13
Show Gist options
  • Save danielepolencic/36b74e0cb0ae7d8e6653 to your computer and use it in GitHub Desktop.
Save danielepolencic/36b74e0cb0ae7d8e6653 to your computer and use it in GitHub Desktop.
var cheerio = require('cheerio');
var $ = cheerio.load('<book><hc:title>Harry Potter</hc:title></book>');
console.log($('hc\\:title').text());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment