You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Christian H. <ch...@gn...> - 2002-08-09 16:57:39
|
On Fri, Aug 09, 2002 at 07:49:56PM +0530, moorthyk wrote: > Hi, > In what language your parser is written? C++ > What is the memory footprint of your parser? To be honest, I have not tested this. > Will it parse XML schemas? Yes, but it won't do anything with them ;) It would just parse them like any other XML file. I have not worked on Mino in awhile, and due to my other projects (GNUpdate - http://www.gnupdate.org/, Gaim - http://gaim.sf.net/, BilliardZ, Knock Knock, Chaurus, and PageUp, to name a few), I don't think I'll be maintaining this. Sorry. Christian -- Christian Hammond <> The GNUpdate Project ch...@gn... <> http://www.gnupdate.org/ Somebody told me how frightening it was how much topsoil we are losing each year, but I told that story around the campfire and nobody got scared. -- Bill Austin |
|
From: moorthyk <moo...@fu...> - 2002-08-09 15:22:02
|
Hi, In what language your parser is written? What is the memory footprint of your parser? Will it parse XML schemas? Thanks. *************************************************************************** This message is proprietary to Future Software Limited (FSL) and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. FSL accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus. *************************************************************************** |
|
From: Christian H. <ch...@po...> - 2000-04-27 10:33:44
|
Hi. I appologize for the late reply. As I just mentioned in another e-mail to this listserv, my e-mail client seemed to not be showing any new mail in this folder for 2 months. Fortunately, there were only 2 messages. Currently, Mino cannot compile outside of Linux. It uses some linux-specific routines for dynamically loading libraries. For Mino v0.7, I'm writing support so other systems can be added in. That doesn't mean that v0.7 will compile under Windows, but it will only be a patch or two away. Christian Hammond On Mon, Mar 13, 2000 at 02:04:45PM +0100, Nicolas Gaudilliere wrote: > hello, > > I see that Mino uses exPat > and eXPat can be compiled under windows > so I would like to know if I can compile Mino > under windows without problems ? > > thanks -- Christian Hammond <> Portal Web Design - http://www.portaldesign.net ch...@po... <> Mino XML Project - http://www.minoxml.cx The Elder Gods went to Suggoth and all I got was this lousy T-shirt. |
|
From: Christian H. <ch...@po...> - 2000-04-27 10:31:23
|
Wow, my mail client seemed to have forgot about this listserv, and was hiding the folder for the listserv's new mail for it for almost 2 months. Sorry for the late reply! I'm nearing completion of a Mino v0.7 release. This release will have SAX2 and DOM2 support, and maybe even some simple XSLT support. Until then, I wouldn't bother doing anything with Mino. Things are about to really change. There may be some example programs, but I may not be doing that. Mino is meant mainly for just parsing XML, but it will include a full SAX2 and DOM2 support, as I mentioned. I will include some documentation and examples on the site (http://www.minoxml.cx) for using SAX2 and DOM2. Now that my e-mail client is resetup to monitor this listserv, go ahead and ask questions or offer ideas. I'll be posting an announcement for Mino v0.7 when it's ready. Christian Hammond On Sun, Mar 12, 2000 at 08:30:16AM -0600, James Dean Palmer wrote: > > Hello, I wasn't able to get Mino (from cvs or the latest tarball) to > compile without a couple of changes. > > In mino/xmlhandlers/xsl and in mino/xmlhandlers/xhtml > Makefile and Makefile.in need to have -I$(top_srcdir)/expat in > the INCLUDES variable. Also data/mino.xmlrc is missing in CVS (I just > copied it from the tarball). > > But my real question is, are there any example programs? I didn't see > much in the way of documentation or sample programs. Thanks. > -- Christian Hammond <> Portal Web Design - http://www.portaldesign.net ch...@po... <> Mino XML Project - http://www.minoxml.cx Any given program, when running, is obsolete. |
|
From: Nicolas G. <nga...@su...> - 2000-03-13 13:01:23
|
hello, I see that Mino uses exPat and eXPat can be compiled under windows so I would like to know if I can compile Mino under windows without problems ? thanks -- --nicolas-- |
|
From: James D. P. <ja...@ti...> - 2000-03-12 14:21:14
|
Hello, I wasn't able to get Mino (from cvs or the latest tarball) to compile without a couple of changes. In mino/xmlhandlers/xsl and in mino/xmlhandlers/xhtml Makefile and Makefile.in need to have -I$(top_srcdir)/expat in the INCLUDES variable. Also data/mino.xmlrc is missing in CVS (I just copied it from the tarball). But my real question is, are there any example programs? I didn't see much in the way of documentation or sample programs. Thanks. -- James Dean Palmer Graduate Student ja...@ti... Visualization Sciences Program http://www.tiger-marmalade.com/~james/ Texas A&M University |