Method: Lbp::File#transform_apply
- Defined in:
- lib/lbp/file.rb
#transform_apply(xsltfile, xslt_param_array = []) ⇒ Object
134 135 136 |
# File 'lib/lbp/file.rb', line 134 def transform_apply(xsltfile, xslt_param_array=[]) doc = xslt_apply_to(self.nokogiri, xsltfile, xslt_param_array) end |