Method: Lbp::FilePart#transform

Defined in:
lib/lbp/file_part.rb

#transform(xsltfile, xslt_param_array = []) ⇒ Object



66
67
68
69
70
# File 'lib/lbp/file_part.rb', line 66

def transform(xsltfile, xslt_param_array=[])
  result = File.new(@filepath, @transcription_type, @confighash).transform(xsltfile, xslt_param_array)
  p = result.xpath("//#{@element}[@id='#{@partid}']")
  return p
end