xslt_ex v0.1.0 XsltEx View Source
Module to do XSLT transformations on the fly.
Link to this section Summary
Link to this section Functions
Apply a given XSLT stylesheet to a binary XML
Examples
iex> XsltEx.transform("path/to/stylesheet.xslt", xml)
%{:ok, transformed_xml}