~ubuntu-branches/ubuntu/hoary/pxp/hoary

« back to all changes in this revision

Viewing changes to src/pxp-engine/pxp_type_anchor.mli

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2004-12-09 15:58:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20041209155832-qe6fv27rj42vuefm
Tags: 1.1.95-5
rebuilt against ocaml 3.08.2 (and ocamlnet 0.98-3, in turn rebuilt
against ocaml 3.08.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: pxp_type_anchor.mli,v 1.1 2003/06/15 18:18:34 gerd Exp $
 
1
(* $Id: pxp_type_anchor.mli 662 2004-05-25 20:57:28Z gerd $
2
2
 * ----------------------------------------------------------------------
3
3
 * PXP: The polymorphic XML parser for Objective Caml.
4
4
 * Copyright by Gerd Stolpmann. See LICENSE for details.
84
84
 
85
85
val pool_string : pool -> string -> string
86
86
 
87
 
(* ======================================================================
88
 
 * History:
89
 
 * 
90
 
 * $Log: pxp_type_anchor.mli,v $
91
 
 * Revision 1.1  2003/06/15 18:18:34  gerd
92
 
 *      Initial revision
93
 
 *
94
 
 * 
95
 
 *)