]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/gdome_xslt_init.mli
Initial version.
[helm.git] / helm / DEVEL / gdome_xslt / ocaml / gdome_xslt / gdome_xslt_init.mli
1 (* This file is part of an ocaml binding of an XSLT engine working on Gdome
2  * documents.
3  * 
4  * The code is largely based on the code of T.J. Mather's XML::GDOME::XSLT
5  * Perl module (http://kobesearch.cpan.org/search?dist=XML-GDOME-XSLT)
6  *
7  * Copyright (C) 2002 Claudio Sacerdoti Coen <sacerdot@cs.unibo.it>
8  * 
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public
11  * License as published by the Free Software Foundation; either
12  * version 2.1 of the License, or (at your option) any later version.
13  * 
14  * This library is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  * 
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22  *
23  * For more information, please send an email to <sacerdot@cs.unibo.it>
24  *)
25
26 (**************************** WARNING!!! ***********************************)
27 (***                                                                     ***)
28 (*** This file must always be linked with any code using gdome_xslt and  ***)
29 (*** must be linked as the first file. It is responsible of initializing ***)
30 (*** the whole binding, registering some ocaml values to the C level.    ***)
31 (***                                                                     ***)
32 (***************************************************************************)
33
34 exception ProcessStylesheetException
35 exception ApplyStylesheetException