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