Skip to content

Instantly share code, notes, and snippets.

@alkema
Created November 15, 2011 17:32
Show Gist options
  • Save alkema/1367717 to your computer and use it in GitHub Desktop.
Save alkema/1367717 to your computer and use it in GitHub Desktop.
Nokogiri print xml
Nokogiri::XML(link_entry.atom,&:noblanks).to_xhtml( indent:3, indent_text:"." )
@paulvwork
Copy link

Beautiful - just what I wanted - cheers dude!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment