# File lib/nokogiri/xslt.rb, line 6
      def parse(string)
        Stylesheet.parse_stylesheet_doc(XML.parse(string))
      end