Does Gobo contain a function for escaping a STRING so it may be passed as part of a complete expression, without being an expression itself, to the regex...
... Hash: SHA1 ... Paul> Does Gobo contain a function for escaping a STRING so it may Paul> be passed as part of a complete expression, without being an Paul>...
On Thu, 02 Nov 2006 06:30:22 +0100, Berend de Boer <berend@...> ... In general, escaping is a needed functionality for many applications (specially in...
Hi Paul, Use a regular expression to escape the special characters. The gobo regexp engine is based on PCRE, so a lot of recipes that would work for Perl work...
Hi gobo users, I'm looking for an xml parser able to parse an iso-8859-15 encoded xml files. This encoding is very similar to the iso-8859-1, also known as ...
Christophe Couronne
christophe.couronne@...
Nov 4, 2006 1:01 pm
1517
... Hash: SHA1 ... Christophe> It's seems better. I do not have the possibility to Christophe> choice the input encoding (this comes from another Christophe>...
... Ahmed> where to start learning, how to define variable, class, Ahmed> loops, etc, i am c programmer. if u have ebook of this Ahmed> kindly provide it....
Colin Paul Adams
colin@...
Nov 18, 2006 7:05 am
1520
... Hash: SHA1 ... M> where to start learning, how to define variable, class, loops, M> etc, i am c programmer. if u have ebook of this kindly provide M> it....
Hello, Starting Eiffel wih XML I'm looking to read the GOBO API in order to find which feature I can call. Do you please provide me a link to a good site ? I...
Hello, Starting to understand by mixing Gobo website and http://eiffelmedia.origo.ethz.ch/doc/src/xml/cluster.xm_xml.html Well, does anyone has a global...
Hello, Could you please link me to a good introduction to Gobo features ? I expected to use Eiffel but it is for me hard to use the XML part. I know other...
... Hash: SHA1 ... Laurent> Hello, Starting Eiffel wih XML I'm looking to read the Laurent> GOBO API in order to find which feature I can call. I suggest you...
Hi Berend, I do it last night. I miss one important point is that eiffel is agent based. You have a parser and you asociate event that are triggered by the tag...
Hi, Having the same problem I found : http://www-staff.socs.uts.edu.au/~rist/eiffel/download.html I not have alreary red it just downloaded. Cheers, Laurent....
... Hash: SHA1 ... Laurent> Hi Berend, I do it last night. I miss one important point Laurent> is that eiffel is agent based. You have a parser and you ...
Sorry if this has been asked before or fixed; I am currently offline and cannot check any archives.... in YY_PERSER_SKELETON, the definition of syntax_error is...
... I'm not sure I understand your point. The comment talks about the "last parsing". Therefore the value is undefined if no parsing occurred. To be more...
... Eric, I agree, if we believe the comment in the strictest possible way, but think of it in formal terms: if I call this routine before having done a parse...
... Well, this error could be that no input has been provided yet ;-) I'd be tempted to write: syntax_error: BOOLEAN is -- Has last parsing been unsuccesful? ...
... If the file is not closed, then we might be writing to it. The new characters may still be in the buffer or already on disk. What does `count' means in...
On Thu, 18 Jan 2007 17:30:19 +0100, Eric Bezault <ericb@...> ... Well - on an open file, the count should be exactly what is visible through the open...
... What do you mean by "visible" if the file is write-only? ... If this code is in Gobo then it needs to be fixed. Indeed there is no guarantee that...
... The license modification will occur after Gobo 3.5 is out. I'll send a message to the gobo-develop mailing list in the next few days to discuss the my...