Xtmpl
What is Xtmpl ?
Xtmpl is a small XML templating library for OCaml. Have a look at the
reference documentation for details.
Download
Xtmpl is hosted on Github.
Releases
- 0.6
[2013-03-19]:
- do not (un)escape ampersand in attributes,
- fix META version,
- generate and install .cmxs file.
- 0.5
[2012-12-18]:
- mod: do not use string representation to check for changes in
fixpoint computation
- API change: Xtmpl.E of tag * atts * subs
- API change: No more Xtmpl.T constructor
- API change: make API more homogeneous
- API change: handle prefix in nodes and attributes
- 0.4
[2012-11-22]: Add
string_of_xmls.
- 0.3
[2012-08-30]: Minor changes and fixes.
- 0.2
[2012-08-28]: Minor changes.
- 0.1 [2012-06-20]: Initial release.
Installation
Xtmpl requires Xmlm >= 1.1.0
to be installed.
To compile and install:
- tar xvfz xtmpl-XXX.tar.gz
- cd xtmpl-XXX
- make all install
This will install the xtmpl package with findlib.
Documentation
Reference documentation is here
License
Xtmpl is released under the
LGPL v3.
Author and contact
Maxence Guesdon
<Maxence 'DOT' Guesdon 'AT' inria 'DOT' fr>