Module Nokogiri::XSLT
In: lib/nokogiri/xslt.rb
lib/nokogiri/xslt/stylesheet.rb
ext/nokogiri/xml_document_fragment.c

call-seq:

  apply_to(document, params)

Apply an XSLT stylesheet to an XML::Document. params is an array of strings used as XSLT parameters. returns serialized document

Methods

Classes and Modules

Class Nokogiri::XSLT::Stylesheet

Public Class methods

[Validate]