#!/usr/bin/ruby -w require 'xml/xslt' xslt = XML::XSLT.new() xslt.xsl = "fuzface.xsl" print xslt.xsl_to_s; puts