[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EDUML (Dr. Geo)
- To: seul-edu@seul.org
- Subject: Re: EDUML (Dr. Geo)
- From: Hilaire Fernandes <hilaire.fernandes@iname.com>
- Date: Sat, 01 May 1999 21:42:28 +0800
- References: <"Doug <36EDD6A6.FA74E2C1@chem.umn.edu> <36EE536C.73B878FA@csrlink.net> <19990316114402.R5929@vc.bc.ca> <4.1.19990316214326.00a5d670@mail.tasis.ch> <19990316190958.Z5929@vc.bc.ca> <36EF2198.608B61C1@iname.com> <19990317134204.M5929@vc.bc.ca> <36F643EE.EEA87305@iname.com> <19990322091418.J2488@vc.bc.ca>
- Reply-To: seul-edu@seul.org
- Sender: owner-seul-edu@seul.org
> 3a. most currently check for well-formed XML data files (whether the tags are
> matched and generally follow the XML specs)
This is what does Expat I guess ?
Any experience with it ? This will help to start.
> The first step, I think, is to propose (expose) a list of elements needed for
> Dr. Geo data and incorporate/merge/harmonize that into/with EDUML
Will you help in this task ?
To make life easier I've written down the Dr Geo API declaration to help
convert XML Dr Geo figure to internal Dr Geo figure. This is a set of
functions declarations like those ones :
drgeo_point_free (gchar *name, gdouble x, gdouble y);
drgeo_line (gchar *name, gchar *point1, gchar *point2);
drgeo_line_parallel (gchar *name, gchar *point, gchar *line);
The first argument is always the name of the created object. The others
arguments are gdouble or gchar (~double and char)
May be a CVS will help other to jump in the development, Roger ?
--
Hilaire Fernandes
Dr Geo project http://www.drgeo.seul.org