xmerl_xs
xmerl_xs
Module
xmerl_xs
Module summary
Erlang has similarities to XSLT since both languages have a functional programming approach.
Description
Erlang has similarities to XSLT since both languages have a functional programming approach. Using xmerl_xpath
it is possible to write XSLT like transforms in Erlang.
XSLT stylesheets are often used when transforming XML documents, to other XML documents or (X)HTML for presentation. XSLT contains quite many functions and learning them all may take some effort. This document assumes a basic level of understanding of XSLT.
Since XSLT is based on a functional programming approach with pattern matching and recursion it is possible to write similar style sheets in Erlang. At least for basic transforms. This document describes how to use the XPath implementation together with Erlangs pattern matching and a c