Hello. I would like to play around with XML and XPATH, but as I added the following local variable: xpe: XM_XPATH_EXPRESSION and compiled with F7, then I got...
Thank you both for replying my request. I just use the latest version of Eiffel Studio, and thus the embedded GOBO library. Actually, I found out to insert a...
... Gilles> Thank you both for replying my request. I just use the Gilles> latest version of Eiffel Studio, and thus the embedded Gilles> GOBO library. If you...
Colin Paul Adams
colin@...
Jul 13, 2006 8:40 pm
1468
Hi, I got surprised today by the positions returned by the XM_EIFFEL_PARSER while scanning an XML document which had a few strange characters at the beginning ...
... Emmanuel> Hi, I got surprised today by the positions returned by Emmanuel> the XM_EIFFEL_PARSER while scanning an XML document Emmanuel> which had a few...
Colin Paul Adams
colin@...
Jul 14, 2006 6:53 am
1470
... This answers only the first question. Is there a way to know whether there is a BOM (I guess that in that case the offset is always 2) or should we scan...
... Emmanuel> Shouldn't position take those into account? If not, Emmanuel> shouldn't we have a query in XM_EIFFEL_PARSER or Emmanuel> XM_EIFFEL_INPUT_STREAM...
Colin Paul Adams
colin@...
Jul 14, 2006 11:16 am
1472
... AFAIK, the BOM in UFT16 is 2 bytes, is UTF32 is 4 bytes and in UTF8 it is 3 bytes. In any case, the offset is 1 character. Bernd...
Hello, I am currently having a look at expressions generated by the Eiffel parsing tools (creating a processor for inferring the type for a given expression)....
... I guess that all these are descendants of ET_EXPRESSION because they are descendants fo ET_CALL_NAME which itself inherits from ET_EXPRESSION. It would...
Hello Colin! Thank you for the reply. I need to learn CVS then. Yes, it is not a trivial project, but is very interesting. The main purpose is to learn Eiffel...
Dear Gobo users and developers, There has been a discussion in the TeamEiffel blog about whether the Eiffel community should still use the Eiffel Forum License...
... Eric> Dear Gobo users and developers, There has been a discussion Eric> in the TeamEiffel blog about whether the Eiffel community Eric> should still use...
Colin Paul Adams
colin@...
Jul 29, 2006 2:21 pm
1479
Hard to choose! The Eiffel one seems a little clearer to me but I prefer the wording of the MIT one. Neither appears to require a degree to understand. MIT...
... Hash: SHA1 ... Eric> I'd like to have your opinion on that, and in particular Eric> about having Gobo distributed under the MIT license: It seems the...
... In order to make it simple I would prefer to have a single license rather than dual-license. EFLv2 is perhaps equal to BSD, but I find the MIT license...
... Hash: SHA1 ... Eric> Do we have to care about incompatibilities? Because of incompatibilities between mixing Gobo with other Eiffel libraries? I'm not a...
... Note that I wrote the following in the TeamEiffel blog: ~~~ As was already mentioned in this thread, most Eiffel libraries are distributed under the EFFL2...
... I don't think there's any need for dual-licensing. On OSI's page for the BSD license they write: "the new BSD license is thus equivalent to the MIT...
What is the most straightforward way of outputting an XML document to an XML file? Is there another way than defining a class inheriting from XM_NODE_PROCESSOR...
Other options: In Eposix ( http://www.berenddeboer.net/eposix/ ), there is EPX_XML_WRITER. In Goanna ( http://sourceforge.net/projects/goanna ), the tool ...
Thank you very much, Neal. I made it run with Eiffel's own classes, i.e. XM_FORMATTER, but I will take a look at the links you provided. gilles ... ...
... You can try that: <cluster name="dummy"> <option name="abstract" value="true"/> ... </cluster> ... In the current implementation of Xace <mount> will add...
Hi there, I know that it is possible in geant to specify that an 'exec' command should ignore the return value of the executed process. I was wondering if the...