Hi: I wonder why the class XM_CALLBACKS_FILTER inherits from XM_CALLBACKS_SOURCE, XM_CALLBACKS and XM_FORWARD_CALLBACKS. Since XM_FORWARD_CALLBACKS already...
... The comment gives a hint: XM_FORWARD_CALLBACKS -- implementation of default behaviour: -- forwarding to 'next' processor in chain this is to indicate that...
Hi, I'm hoping to use EPOM, which sounds easy according to its installation instructions: "1. Unzip the archive. 2. Define the EPOM environment variable. 3....
... Peter> My current impression is that I should be able to type Peter> something like 'geant install', with appropriate Peter> environment variables set, and...
Colin Paul Adams
colin@...
Aug 9, 2004 9:46 am
1189
... Hi Colin, thanks for replying. The short answer to your question is no, i have not managed to run the EPOM example yet. The long answer is ... After...
Regarding getting the EPOM example running, it turns out that some features of ECLI_STATUS are hidden by descendants, whose descendants in turn have clients in...
... And I now have the EPOM example running. The "unresolved externals" were fixed by adding external references via EiffelStudio's Project Settings. I also...
... Peter> make directly, not by running geant which as far as I can Peter> tell just made it more complicated, not simpler as it Peter> supposedly should. ...
Colin Paul Adams
colin@...
Aug 10, 2004 11:07 am
1193
... I had the feeling that's what people were going to tell me :-) So geant runs gexace to create what? An ace file? And then geant runs the compiler, based on...
... Peter> And then geant runs the compiler, based on the ace file. Is Peter> that the basic approach? That's a typical approach. Peter> This is the 21st...
Colin Paul Adams
colin@...
Aug 10, 2004 1:26 pm
1195
Hi In my application I'd like to create an xml file. I defined the following classes: <> XMLIZER inherit XM_FORWARD_CALLBACKS: generates the xml events <>...
... Stephanie> As you can see, the xml definition is missing and the Stephanie> note tag shows some attributes. What did I do wrong? It doesn't look like...
Colin Paul Adams
colin@...
Aug 11, 2004 8:38 am
1197
... Hash: SHA1 ... Yeah, NO one uses Emacs anymore, that's old and vi, living hell from the 60s. Command line and shells? Horrible, this is the 21st century! ...
... Well my experience of this geant stuff is: 1. It took me days to work out roughly what it was and how to use it. 2. Even then, I didn't finish up using it....
... Gobo's documentation is not all it could be (although when it's there it is quite good I think) and it's a known problem. This is not a fault with the...
... Stephanie> I think so too, it will be easy to derive your own class from XM_FORMATTER, adding support for this. Stephanie> but what about the attribute in ...
Colin Paul Adams
colin@...
Aug 12, 2004 7:21 am
1202
... I use a XM_TREE_CALLBACKS_PIPE, which is made up of XM_NAMESPACE_RESOLVER, XM_STOP_ON_ERROR_FILTER and XM_CALLBACKS_TO_TREE_FILTER. But I do not call ...
... Hash: SHA1 ... That could be. I think it took me sometime as well. But I use it everyday now and it saves a huge amount of time. The tool is targeted ...
... Yes, I agree with all that. I'm just trying to communicate the experiences of a newbie (me) in the hope that I'll encourage you experts to write a bit of...
... Stephanie> I use a XM_TREE_CALLBACKS_PIPE, which is made up of Stephanie> XM_NAMESPACE_RESOLVER, XM_STOP_ON_ERROR_FILTER and Stephanie>...
Colin Paul Adams
colin@...
Aug 12, 2004 9:52 am
1206
... Nope, I'm not confusing the two at all. I'm completely aware of that. What I'm saying is that, at the very least, there needs to be a decent introduction...
... Gobo users are likely to be somewhat experienced programmers, and with documentation I don't think it would be difficult for them. It's the lack of a...
... The main points are is that it's tailored to the need of an Eiffel project, and is portable, so we don't have a dependency on a platform specific shell...
... Agreed, Franck. That's exactly what I'm hoping to encourage :-) ... Yes. One thing that annoys me is when I'm working with a nice, intuitive GUI, but then...
... Hmm, that's what I suspected. But all Unixes (including Mac OS X) have various flavours of sh and csh. Variants of them are freely available for Windows....
... Note that geant and gexace are used by the Gobo development team to build the delivery package. However the users of this package don't need to use geant...
... Now that's interesting! I was under the false impression that we Gobo users should be using geant and gexace. Your comment validates the approach that I ...
... Yes, it is a tree. XM_FORMATTER generates XML documents given an XML tree. ... That's not the case in 3.3. There is no XM_XMLNS_GENERATOR. ... Stephanie...