Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 714 - 743 of 1713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
714
After re-re-re-reading the help files for gelex and geyacc I am starting to understand it.<?xml:namespace prefix = o ns = ...
Johnson, Jimmy
boxer41a
Offline Send Email
Apr 2, 2003
2:08 pm
715
... It should be: STRING {QUOTE}[a-z][a-z0-9_]*{QUOTE} Also I'm not sure that name definitions are expanded when used in other name definitions. If it...
Eric Bezault
gobosoft
Offline Send Email
Apr 2, 2003
2:32 pm
716
Of course, thanks. ... From: Eric Bezault [mailto:ericb@...] Sent: Wednesday, April 02, 2003 9:32 AM To: gobo-eiffel@yahoogroups.com Subject: Re:...
Johnson, Jimmy
boxer41a
Offline Send Email
Apr 2, 2003
3:44 pm
717
I have the following data structure .. DS_HASH_TABLE [LIMIT_RECORD, STRING] which has been populated by reading a database. The class LIMIT_RECORD has two...
Geoff Eldridge
geldridg@...
Send Email
Apr 3, 2003
7:01 am
718
... Wow, that are the kind of questions that show insight! :-) Compliments for your perseverance, Berend de Boer...
Berend de Boer
berenddeboer
Offline Send Email
Apr 3, 2003
9:11 am
719
... The current implementation of DS_HASH_TABLE does not allow sorting items. Here is what I suggest: class NAMED_LIMIT_RECORD creation make feature {NONE} --...
Eric Bezault
gobosoft
Offline Send Email
Apr 3, 2003
11:10 am
720
Eric, Thanks for your quick and very useful reply. Very much appreciated as it has given me a chance to get much deeper into the gobo structure classes than I...
eljeiffel
Offline Send Email
Apr 4, 2003
4:25 am
721
... Berend> I can validate against a DTD and Relax NG Berend> (partially). What would be really nice would be to generate Eiffel classes from a Relax NG...
Colin Paul Adams
colin@...
Send Email
Apr 7, 2003
7:11 am
722
... Yes, that would be great indeed. ... No, not yet. But if you would like to volunteer it would be highly appreciated. Here are some links which might...
Sven Ehrke
svenehrkeweb
Offline Send Email
Apr 7, 2003
7:43 am
723
... That's basically what I do. I generate a custom parser that exactly validates the input specified by the Relax NG grammar. I do not generate classes to...
Berend de Boer
berenddeboer
Offline Send Email
Apr 7, 2003
8:59 am
724
... Berend> That's basically what I do. I generate a custom parser Berend> that exactly validates the input specified by the Relax NG Berend> grammar. I do not...
Colin Paul Adams
colin@...
Send Email
Apr 7, 2003
9:47 am
725
... I see. I use an XML generator that guarantees valid XML, but that's all. I usually am only interested in streaming generation, but it looks like such can...
Berend de Boer
berenddeboer
Offline Send Email
Apr 7, 2003
11:11 am
726
I want to parse a line such as<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> a_function (one_argument) + another_function...
Johnson, Jimmy
boxer41a
Offline Send Email
Apr 7, 2003
1:27 pm
727
... ? -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Apr 7, 2003
2:30 pm
728
Hi, We would like to add for all the libraries included in our offering a corresponding xace file so that they can be easily integrated in projects using ...
Emmanuel Stapf [ES]
manus_eiffel
Offline Send Email
Apr 7, 2003
7:03 pm
729
Does anyone have a gelex scanner for MS Excel CSV file format, please? -- Colin Paul Adams Preston Lancashire...
Colin Paul Adams
colin@...
Send Email
Apr 9, 2003
10:56 am
730
... Another solution would be ecli, so you can use ODBC to read it. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Offline Send Email
Apr 10, 2003
5:51 am
731
... -- see http://groups.yahoo.com/group/gobo-eiffel/message/729 ... warning solution offered as a regular expression rather a gelex scanner ... This is...
Geoff Eldridge
geldridg@...
Send Email
Apr 10, 2003
8:50 am
732
... There is Perl FAQ with the right regexp some where. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Offline Send Email
Apr 10, 2003
9:11 am
733
... Berend> Another solution would be ecli, so you can use ODBC to Berend> read it. How do you read a csv file with ODBC? -- Colin Paul Adams Preston...
Colin Paul Adams
colin@...
Send Email
Apr 10, 2003
10:06 am
734
... Geoff> In an earlier message, Colin asked for: Geoff> This is something I have been meaning to do for a long Geoff> time, using a regular expression,...
Colin Paul Adams
colin@...
Send Email
Apr 10, 2003
10:10 am
735
How do I get back a STRING from a UC_UTF8_STRING? e.g. s, t: STRING us: UC_UTF8_STRING require s is a utf8 byte sequence. do create us.make_from_string (s) t...
Colin Paul Adams
colin@...
Send Email
Apr 11, 2003
1:08 pm
736
... ODBC has drivers for CVS files, for Excel files and whatever. On every platform you can imagine. Download ECLI: http://sourceforge.net/projects/safe/ -- ...
Berend de Boer
berenddeboer
Offline Send Email
Apr 11, 2003
9:09 pm
737
... us.out or probably us.as_string -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Offline Send Email
Apr 11, 2003
9:59 pm
738
... Berend> us.out or probably us.as_string No, neither of those works properly. For instance, take the Trademark character (in Emacs appears as \342\204\242)....
Colin Paul Adams
colin@...
Send Email
Apr 12, 2003
6:36 am
739
... Berend> ODBC has drivers for CVS files, for Excel files and Berend> whatever. On every platform you can imagine. Download Berend> ECLI: I have ECLI. What I...
Colin Paul Adams
colin@...
Send Email
Apr 12, 2003
6:37 am
740
... Use KL_STRING_ROUTINES.string. I'm suprised that .out does not work. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Offline Send Email
Apr 12, 2003
8:34 am
741
... CSV = Comma Separated Value, right? My entry in odbcinst.in lists this one: [Text] Description = ODBC Text Driver Driver =...
Berend de Boer
berenddeboer
Offline Send Email
Apr 12, 2003
8:35 am
742
... Berend> CSV = Comma Separated Value, right? Right. Berend> My entry in odbcinst.in lists this one: Berend> [Text] Description = ODBC Text Driver Driver = ...
Colin Paul Adams
colin@...
Send Email
Apr 12, 2003
9:02 am
743
... That's the one. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Offline Send Email
Apr 12, 2003
9:32 am
Messages 714 - 743 of 1713   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help