xmerl_scan
, which implements the complete XML 1.0 spec, including:
XMerL is a joint effort, with the following
contributors.
The latest version of XMerL can be found at
SO WAP!
For discussion on XMerL see
sowap-talk@lists.sourceforge.net
and
erlang-questions@erlang.org
.
Note that this is still very much a beta product! This implies that there will be backward incompatible changes in future versions.
For more info on XML support in Erlang see the XML support page.xmerl_eventp
:
Simple event-based processor (front-end to xmerl_scan
)
xmerl_scan
:
Simgle-pass XML scanner.
xmerl
:
For export of XML trees (from xmerl_scan
) to e.g., HTML, XML or
text.
xmerl_xs
:
XSLT like transformations i Erlang.
xmerl_xpath
:
Search engine based on XPath.