module Nokogiri::XSLT

def parse(string)

def parse(string)
  Stylesheet.parse_stylesheet_doc(XML.parse(string))
end