Hello from a new Gobo (and, indeed, Eiffel) user. I am interested in writing an Eiffel binding to the Gnome XML pasrer (libxml2/libxslt) (the advantages being...
457
Colin Paul Adams
colin@...
Nov 24, 2002 1:34 am
... Colin> Second, if I try to specify --expat rather than --eiffel, I Colin> get an error message saying the expat parser is not OK - I managed to work out...
458
Franck Arnaud
nenieorg
Nov 24, 2002 9:24 pm
... Well, who said the formatter should output well formed XML? The intention there is to show the resolved namespaces (that is the parsed dataset), eg for...
459
Colin Paul Adams
colin@...
Nov 25, 2002 6:18 pm
... Franck> Well, who said the formatter should output well formed Franck> XML? The intention there is to show the resolved Franck> namespaces (that is the...
460
Berend de Boer
berenddeboer
Nov 26, 2002 3:47 am
Hello All, Does anyone know if it's possible to override the assertion level of mounted clusters? For example I want to have default assertion (no) end in my...
461
Eric Bezault
gobosoft
Nov 26, 2002 9:35 am
... Unfortunately it is not possible to do something like that currently with Xace. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com ...
462
Franck Arnaud
nenieorg
Nov 26, 2002 12:25 pm
... XM_PRETTY_PRINT_FILTER if you operate on an event stream before xmlns resolution. For the tree, changing XM_FORMATTER (and renaming current behaviour)...
463
Franck Arnaud
nenieorg
Nov 27, 2002 12:17 pm
... I cannot reproduce this error. If I parse <pieces/> <piece> </piece> with $GOBO/example/xml/tree/formatter/formatter --eiffel I do get a parse error as...
464
Eric Bezault
gobosoft
Nov 27, 2002 2:44 pm
... What do you mean by "complete recompile"? Do you mean that it recompiles all the classes through all the Degrees (including negative Degrees) as if we were...
465
Colin Paul Adams
colin@...
Nov 27, 2002 6:17 pm
... Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> Franck> with $GOBO/example/xml/tree/formatter/formatter --eiffel ...
466
Greg C
gmc444
Nov 28, 2002 3:58 pm
... [...] ... The correct phrase is, I believe, "Test Driven Development," removing 'design39; from the equation! Seriously, it's always a good idea to test...
467
Colin Paul Adams
colin@...
Nov 28, 2002 6:11 pm
Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> Franck> with $GOBO/example/xml/tree/formatter/formatter --eiffel Franck> I...
468
Colin Paul Adams
colin@...
Nov 28, 2002 6:11 pm
... Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> I can only get the error if a comment is present after the first tag....
469
Eric Bezault
gobosoft
Nov 29, 2002 2:30 pm
... You can actually try Gobo Eiffel. In this package there are Eiffel class libraries and some tools. You can download the Linux package and use the Eiffel...
470
Andreas.Scholz
ascholzde
Dec 2, 2002 12:58 pm
Dear Eiffel Community in the moment there are three important Eiffel compiler: ISE, SE and VE (and HACT?). If you want to use Eiffel to implement big...
471
Lothar Hansche
lohan@...
Dec 4, 2002 10:13 am
Hello, I found that expat parser gives no error messages often. If I use eiffel parser, I get better error messages without line number for wrong line in XML...
472
Franck Arnaud
nenieorg
Dec 4, 2002 11:56 am
... your_parser.position contains the position where it stopped. your_parser.last_error_extended_description is a string with the error message + position in a...
473
Lothar Hansche
lohan49
Dec 4, 2002 7:29 pm
Frank, thanks for your answer. Excuse me, I searched such feature in the class XM_TREE_CALLBACKS_PIPE and did not found. I did after sending my email already a...
474
Andreas.Scholz
ascholzde
Dec 5, 2002 7:31 pm
Hi all, the class NUMERIC is well defined in ELKS, but all compilers implement something different: VE 4.1 defines exponentiable (other: DOUBLE): BOOLEAN ...
475
Alexander Kogtenkov
kogtenkov
Dec 6, 2002 7:12 am
... ELKS is not consistent either. Here are the signatures of the feature infix "^": NUMERIC.infix "^" (other: NUMERIC): NUMERIC INTEGER.infix "^" (other:...
476
Emmanuel STAPF <ma...
manus_eiffel
Dec 13, 2002 8:00 am
I'm looking for a way to get the current position where the XML parser is at when processing the callbacks I've registered to it. But `byte_position39; always...
477
Andreas Leitner
weisznet
Dec 13, 2002 8:53 am
... It seems that in the gelex scanner the option to track the position is not enabled. Changeing: -- %option line nodefault -- to - %option line position...
478
Franck Arnaud
nenieorg
Dec 13, 2002 12:59 pm
... No reason, I didn't think about this problem at all and never actually used byte positions. You can commit, and thank you for this pretty complete...
479
Andreas Leitner
weisznet
Dec 13, 2002 4:57 pm
... No problem. I checked the change in together with a test case to gobo/test/xml/eiffel/xm_test_eiffel_parser.e , which just checks if the position tracking...
480
Emmanuel STAPF [ES]
manus_eiffel
Dec 15, 2002 12:45 am
... Does it mean it will be included in 3.1? Manu...
481
Eric Bezault
gobosoft
Dec 15, 2002 2:45 pm
... Yes. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com _____________________________________________________________________ GRAND JEU SMS...
482
Eric Bezault
gobosoft
Dec 18, 2002 6:06 pm
Hello, Gobo 3.1 is now available for download from the usual places: http://www.gobosoft.com/ https://sourceforge.net/projects/gobo-eiffel/ Apart from some bug...
483
Johnson, Jimmy
boxer41a
Dec 19, 2002 4:44 pm
I got the following error when compiling the calc example. Using ISE Eiffel 5.2 and gobo3.1 files. ... Error code: VD23 Lace error: Missing basic class. What...
484
Eric Bezault
gobosoft
Dec 19, 2002 5:06 pm
... You are using ISE Eiffel for .NET, aren't you? If this is the case, then you should follow the instructions ... ISE 5.2 (ISE Eiffel) * The Ace files for...
485
Johnson, Jimmy
boxer41a
Dec 19, 2002 6:45 pm
No, I am not using .NET, unless something in the ace files or Gobo files assumes that....