Re: [xslt] C++ bindings for libxslt



On Tue, 2003-02-04 at 00:51, Daniel Veillard wrote:
>   Now if only the various C++ writers could unite their efforts and
> come up with a single set of bindings that would be fantastic ! 

	http://helm.cs.unibo.it/gdome_xslt/

we also have a C++ binding to libxslt which is built on top of gdome2.
In particular we have three bindings:

- C binding on top of gdome2
- C++ binding on top of C++ binding for gdome2 (gmetadom-c++)
- Ocaml binding on top of Ocaml binding for gdome2 (gmetadom-ocaml)

As these APIs are not standard, we tried to keep them as simple as
possible (just 2 methods in fact), and the fact of using a DOM helps
being more libxml2 independent.
We will update the web page soon as the current one is out-of-date (no
C++ binding in that tarball).

-- luca





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]