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@...
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> 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@...
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...
... 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> 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@...
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...
... 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...
As expected, replacing: Result := epoch_time.elapsed_seconds (basic_time) - epoch_time_offset by: Result := epoch_time.elapsed_seconds (basic_time) +...
... 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@...
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@...
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@...
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> 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@...
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@...
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...
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> 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@...
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@...
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...
... 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@...
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@...
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@...
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...
... 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...
... 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...
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> ...
... 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...
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...