~ubuntu-branches/ubuntu/hardy/pxp/hardy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2005-03-29 11:06:39 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050329110639-5p39hz1d4aq3r2ec
Tags: 1.1.95-6
* Rebuilt against ocaml 3.08.3
* No longer built with wlex support (since wlex is no longer supported
  upstream and corresponding package has been removed from the debian
  archive)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: pxp_marshal.mli,v 1.4 2002/03/10 23:40:30 gerd Exp $
 
1
(* $Id: pxp_marshal.mli 662 2004-05-25 20:57:28Z gerd $
2
2
 * ----------------------------------------------------------------------
3
3
 *
4
4
 *)
156
156
   *)
157
157
 
158
158
 
159
 
(* ======================================================================
160
 
 * History:
161
 
 * 
162
 
 * $Log: pxp_marshal.mli,v $
163
 
 * Revision 1.4  2002/03/10 23:40:30  gerd
164
 
 *      It is now possible to change the character encoding when
165
 
 * marshalling.
166
 
 *      New: relocate_subtree, relocate_document.
167
 
 *
168
 
 * Revision 1.3  2001/06/08 01:15:47  gerd
169
 
 *      Moved namespace_manager from Pxp_document to Pxp_dtd. This
170
 
 * makes it possible that the DTD can recognize the processing instructions
171
 
 * <?pxp:dtd namespace prefix="..." uri="..."?>, and add the namespace
172
 
 * declaration to the manager.
173
 
 *
174
 
 * Revision 1.2  2001/06/07 22:47:31  gerd
175
 
 *      The new support for namespaces is reflected in the signature:
176
 
 * New option enable_namespace_processing.
177
 
 *
178
 
 * Revision 1.1  2000/09/17 00:10:32  gerd
179
 
 *      Initial revision.
180
 
 *
181
 
 * 
182
 
 *)