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

« back to all changes in this revision

Viewing changes to examples/xmlforms/ds_context.ml

  • 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: ds_context.ml,v 1.8 2001/07/02 22:50:43 gerd Exp $
 
1
(* $Id: ds_context.ml 662 2004-05-25 20:57:28Z gerd $
2
2
 * ----------------------------------------------------------------------
3
3
 *
4
4
 *)
168
168
;;
169
169
 
170
170
 
171
 
(* ======================================================================
172
 
 * History:
173
 
 *
174
 
 * $Log: ds_context.ml,v $
175
 
 * Revision 1.8  2001/07/02 22:50:43  gerd
176
 
 *      Ported from camltk to labltk.
177
 
 *
178
 
 * Revision 1.7  2000/08/30 15:58:49  gerd
179
 
 *      Updated.
180
 
 *
181
 
 * Revision 1.6  2000/07/23 20:25:05  gerd
182
 
 *      Update because of API change: local_validate.
183
 
 *
184
 
 * Revision 1.5  2000/07/16 19:36:03  gerd
185
 
 *      Updated.
186
 
 *
187
 
 * Revision 1.4  2000/07/08 22:03:11  gerd
188
 
 *      Updates because of PXP interface changes.
189
 
 *
190
 
 * Revision 1.3  2000/06/04 20:29:19  gerd
191
 
 *      Updates because of renamed PXP modules.
192
 
 *
193
 
 * Revision 1.2  2000/05/30 00:09:08  gerd
194
 
 *      Minor fix.
195
 
 *
196
 
 * Revision 1.1  1999/08/21 19:11:05  gerd
197
 
 *      Initial revision.
198
 
 *
199
 
 *
200
 
 *)