Class Nokogiri::XSLT::Stylesheet
In: lib/nokogiri/xslt/stylesheet.rb
ext/nokogiri/xslt_stylesheet.c
Parent: Object

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

Public Class methods

Parse a stylesheet from document.

Public Instance methods

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

Serialize document to an xml string.

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

[Validate]