Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Created October 1, 2010 20:40
Show Gist options
  • Save tenderlove/606817 to your computer and use it in GitHub Desktop.
Save tenderlove/606817 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'nokogiri'
dummy = Nokogiri.XML(<<-eoxml)
<dummy xmlns:fb="whatever"></dummy>
eoxml
user_input = DATA.read
doc = dummy.root.parse user_input
puts doc.to_xml
__END__
<fb:fbml version="1.0">
The tags that follow rely completely on FBML in version 1.0.
This is being rendered in version: <fb:fbmlversion />
</fb:fbml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment