XSLT was never used

This commit is contained in:
bootstraponline
2012-11-10 17:02:27 -07:00
parent 9a67da145a
commit 9c50ba9eeb
-2
View File
@@ -68,8 +68,6 @@ def write file, content
end
end
@@format_xslt = File.expand_path(File.join(File.dirname(__FILE__), 'format.xslt'))
def to_html html
# Remove blank nodes for proper formatting
doc = Nokogiri.XML(html) do |cfg|