... 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...
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@...
Apr 3, 2003 7:01 am
718
... Wow, that are the kind of questions that show insight! :-) Compliments for your perseverance, Berend de Boer...
... 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, 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...
... 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@...
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...
... 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> 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@...
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...
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...
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 ...
... -- 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@...
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> 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@...
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@...
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@...
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> 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@...
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@...
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...