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...
Colin Paul Adams
colin@...
Nov 23, 2002 4:15 pm
457
... 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...
Colin Paul Adams
colin@...
Nov 24, 2002 1:34 am
458
... 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...
... 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...
Colin Paul Adams
colin@...
Nov 25, 2002 6:18 pm
460
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...
... XM_PRETTY_PRINT_FILTER if you operate on an event stream before xmlns resolution. For the tree, changing XM_FORMATTER (and renaming current behaviour)...
... 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...
... 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...
... Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> Franck> with $GOBO/example/xml/tree/formatter/formatter --eiffel ...
Colin Paul Adams
colin@...
Nov 27, 2002 6:17 pm
466
... [...] ... The correct phrase is, I believe, "Test Driven Development," removing 'design' from the equation! Seriously, it's always a good idea to test...
Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> Franck> with $GOBO/example/xml/tree/formatter/formatter --eiffel Franck> I...
Colin Paul Adams
colin@...
Nov 28, 2002 6:11 pm
468
... 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....
Colin Paul Adams
colin@...
Nov 28, 2002 6:11 pm
469
... 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...
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...
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...
Lothar Hansche
lohan@...
Dec 4, 2002 10:13 am
472
... 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...
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...
Hi all, the class NUMERIC is well defined in ELKS, but all compilers implement something different: VE 4.1 defines exponentiable (other: DOUBLE): BOOLEAN ...
... ELKS is not consistent either. Here are the signatures of the feature infix "^": NUMERIC.infix "^" (other: NUMERIC): NUMERIC INTEGER.infix "^" (other:...
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_position' always...
... It seems that in the gelex scanner the option to track the position is not enabled. Changeing: -- %option line nodefault -- to - %option line position...
... 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...
... 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...
... Yes. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com _____________________________________________________________________ GRAND JEU SMS...
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...
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...
... 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...