Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 540 - 569 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
540
I shall shortly be wanting to "Gobo-ize" the project I am writing (using ISE on Linux for the development). Are there any guidelines on how to go about this? I...
Colin Paul Adams
colin@...
Send Email
Jan 2, 2003
6:53 am
541
Hi, I have the following XML content: <S N="n">TOTO[]</S> When it is parsed using the following parser `xml_parser': xml_parser: XM_EIFFEL_PARSER is -- Create...
Emmanuel STAPF [ES]
manus_eiffel
Offline Send Email
Jan 3, 2003
7:33 pm
542
... Emmanuel> Hi, I have the following XML content: Emmanuel> <S N="n">TOTO[]</S> Emmanuel> Instead of getting one XM_CHARACTER_DATA for `TOTO[]', Emmanuel>...
Colin Paul Adams
colin@...
Send Email
Jan 3, 2003
7:50 pm
543
... No. If you use Emacs, you might like the M-x gobonize macro, see: http://www.pobox.com/~berend/eiffel/ That takes care of the basic style things. To use...
Berend de Boer
berenddeboer
Online Now Send Email
Jan 4, 2003
6:36 am
544
... The default processor for <xslt> is Xalan C++. If you would like to work with Xalan-J you can set attribute 'processor' to 'xalan_java'. Do not forget to...
Sven Ehrke
svenehrkeweb
Offline Send Email
Jan 4, 2003
1:09 pm
545
... Sven> The default processor for <xslt> is Xalan C++. If you would Yes, I know. I meant the default for geant docs. Sven> like to work with Xalan-J you can...
Colin Paul Adams
colin@...
Send Email
Jan 4, 2003
2:10 pm
546
... Ah, now I see. You're right, there is one <xslt> using the default processor (Xalan). I Just fixed it in cvs. I did not notice it before since I have Xalan...
Sven Ehrke
svenehrkeweb
Offline Send Email
Jan 4, 2003
2:54 pm
547
... The tests of the CVS version of Gobo have been updated and they should now work with the free version of ISE Eiffel under Linux. Well, at least it works...
Eric Bezault
gobosoft
Offline Send Email
Jan 4, 2003
6:30 pm
548
As expected, replacing: Result := epoch_time.elapsed_seconds (basic_time) - epoch_time_offset by: Result := epoch_time.elapsed_seconds (basic_time) +...
Eric Bezault
gobosoft
Offline Send Email
Jan 4, 2003
6:32 pm
549
... BTW, did you have a look at the Goanna project: http://goanna.sourceforge.net/ ? Also, Visual Eiffel 4.0 has some classes about DOM in: ...
Eric Bezault
gobosoft
Offline Send Email
Jan 4, 2003
6:58 pm
550
... Eric> operating_system.is_windows" anymore). Colin, if you want to Eric> try this new version in your time zone under RedHat 8.0, you Eric> will have to...
Colin Paul Adams
colin@...
Send Email
Jan 4, 2003
7:44 pm
551
... Eric> BTW, did you have a look at the Goanna project: Eric> http://goanna.sourceforge.net/ No - I didn't know about it (cetus links didn't mention it...
Colin Paul Adams
colin@...
Send Email
Jan 4, 2003
7:44 pm
552
... Eric> BTW, did you have a look at the Goanna project: I prefer mine - it's much more compliant (and has the nice proposed level-3 load/save interface...
Colin Paul Adams
colin@...
Send Email
Jan 4, 2003
8:01 pm
553
... The project is under SourceForge: https://sourceforge.net/projects/gobo-eiffel/ -- Eric Bezault mailto:ericb@... http://www.gobosoft.com ...
Eric Bezault
gobosoft
Offline Send Email
Jan 4, 2003
8:35 pm
554
... Eric> The tests of the CVS version of Gobo have been updated and Eric> they should now work with the free version of ISE Eiffel Eric> under Linux. Well,...
Colin Paul Adams
colin@...
Send Email
Jan 5, 2003
10:09 am
555
... Eric> Colin, if you want to Eric> try this new version in your time zone under RedHat 8.0, you The entire test now runs clean. Well done. -- Colin Paul...
Colin Paul Adams
colin@...
Send Email
Jan 5, 2003
10:36 am
556
... The event parser does indeed not guarantee how content is split into content events (rationale: a parser may be free to cut in convenient bits, or...
Franck Arnaud
nenieorg
Offline Send Email
Jan 5, 2003
2:56 pm
557
This event filter that concatenates on_content is now committed. It raised a new issue: what to do with comments (and processing instructions). A data set...
Franck Arnaud
nenieorg
Offline Send Email
Jan 5, 2003
7:19 pm
558
... Franck> This event filter that concatenates on_content is now Franck> committed. It raised a new issue: what to do with comments Franck> (and processing...
Colin Paul Adams
colin@...
Send Email
Jan 5, 2003
7:56 pm
559
... Franck> (after removal of comment nodes, without changing Franck> non-comment nodes). But you do NOT remove comment nodes. However, if the programmer were...
Colin Paul Adams
colin@...
Send Email
Jan 5, 2003
7:58 pm
560
... Sorry for jumping in. I can see use for both strategies: a) throw away comments -> i am just a simple parser and want to know all text children of this...
Andreas Leitner
weisznet
Offline Send Email
Jan 5, 2003
8:06 pm
561
... Franck> Whatever it does, it seems the right Franck> thing that the data set should not depend on comments: Well, Relax NG's DTD comptibility does just...
Colin Paul Adams
colin@...
Send Email
Jan 5, 2003
8:27 pm
562
... Andreas> a) throw away comments -> i am just a simple parser and Andreas> want to know all text children of this element. please Andreas> let me write my...
Colin Paul Adams
colin@...
Send Email
Jan 5, 2003
8:32 pm
563
... Colin> Well, Relax NG's DTD comptibility does just that. -- Colin No it doesn't! Why did I say that???? -- Colin Paul Adams Preston Lancashire...
Colin Paul Adams
colin@...
Send Email
Jan 5, 2003
9:54 pm
564
... AFAIK it's not a separate library, but you need other stuff there as well. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Jan 6, 2003
3:54 am
565
... Should they be though? I'm wondering if we should default to no comment nodes at all in the tree (arguably keeping only those that happen to be next to a...
Franck Arnaud
nenieorg
Offline Send Email
Jan 6, 2003
12:40 pm
566
... Do other filters have a state, or are they all stateless? If they are stateless I would rather suggest to have two different concatenation filters rather...
Eric Bezault
gobosoft
Offline Send Email
Jan 6, 2003
1:13 pm
567
Hello, xm_formatter is detecting "has_namespace = True". I think, that my source doesn't have namespace. <?xml version="1.0" encoding="utf-8"?> <lohan1> ...
Lothar Hansche
lohan49
Offline Send Email
Jan 6, 2003
2:08 pm
568
... Hmmm, you are correct, things get messy here. There are several solutions (like making it command, not a query, that removes all comments and joins sibling...
Andreas Leitner
weisznet
Offline Send Email
Jan 6, 2003
2:28 pm
569
Hello, I have following XML-source: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE lohan1 SYSTEM "lohan1.dtd"> <lohan1> <element_a farbe="blau"> Text content...
Lothar Hansche
lohan49
Offline Send Email
Jan 6, 2003
2:58 pm
Messages 540 - 569 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help