Method: Lbp::File#transform_json
- Defined in:
- lib/lbp/file.rb
#transform_json(xslt_param_array = []) ⇒ Object
161 162 163 164 |
# File 'lib/lbp/file.rb', line 161 def transform_json(xslt_param_array=[]) xsltfile=@xslt_dir + @stylesheets[:json] # "plaintext.xsl" doc = self.transform_apply(xsltfile, xslt_param_array) end |