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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1031 - 1060 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1031
Hi, I have a problem using XM_PRETTY_PRINT_FILTER. I have an XML document with the following tag: <my_element> Some random text. </my_element> Using...
Neil Collier [ES]
peel_man
Offline Send Email
Dec 2, 2003
1:14 am
1032
... I think you are suffering from an aliasing problem. The newline string is, as acceptable, a once string, so you will always get the same object for all...
Franck Arnaud
nenieorg
Offline Send Email
Dec 2, 2003
4:05 am
1033
Thanks Arnaud, Very informative. I have tried to duplicate on a smaller system but everything works ok. It seems, as you pointed out, the content string is...
Neil Collier [ES]
peel_man
Offline Send Email
Dec 4, 2003
5:19 pm
1034
... Franck> It's a documented ;-) bug in XM_FORMATTER: Franck> doc/xml/TODO.txt> - check XM_FORMATTER handling of Franck> namespaces Franck> If it works at all...
Colin Paul Adams
colin@...
Send Email
Dec 5, 2003
7:30 pm
1035
... Interesting. If I skimmed the xml-names-1.1 correctly, it means 'ns1 is not a defined prefix anymore', not to be confused with 'ns1 refers to the ""...
Franck Arnaud
nenieorg
Offline Send Email
Dec 6, 2003
3:20 am
1036
... Franck> Interesting. If I skimmed the xml-names-1.1 correctly, it Franck> means 'ns1 is not a defined prefix anymore', not to be Franck> confused with 'ns1...
Colin Paul Adams
colin@...
Send Email
Dec 6, 2003
8:47 am
1037
How do you tell the XML parser to operate in namespace aware mode? Or put it another way, how does the parser know whether or not this document is well-formed:...
Colin Paul Adams
colin@...
Send Email
Dec 7, 2003
9:20 am
1038
... XM_EIFFEL_PARSER: -- Namespace mode disable_namespaces -- Disable namespace parsing and allow strict -- XML 1.0 names (eg ":" or ":a:b:c:"). -- Namespace...
Franck Arnaud
nenieorg
Offline Send Email
Dec 7, 2003
3:46 pm
1039
... Could you explain your aversion to DTDs? I just started a project that will make use of XML. Several of the members will be generating XML files of the...
Brian Heilig
heiligb
Offline Send Email
Dec 8, 2003
8:36 pm
1040
... There's nothing wrong with what DTDs do (typing the structure of an XML document) it's just that it's a poor way to do this job, and there is a failure of...
Franck Arnaud
nenieorg
Offline Send Email
Dec 8, 2003
9:01 pm
1041
... Well, I'd hoped to use the Gobo XML parser. As we are just getting started, there is still time to switch. What does Gobo support? What do you recommend? ...
Heilig, Brian
heiligb
Offline Send Email
Dec 8, 2003
10:42 pm
1042
... Gobo XML parses DTDs, as required by the standard for XML parsers checking well formedness, but it does not validate (this is optional in the standard). ...
Franck Arnaud
nenieorg
Offline Send Email
Dec 9, 2003
2:40 am
1043
... Brian> What does Gobo support? What do you recommend? Franck> Gobo XML parses DTDs, as required by the standard for XML Franck> parsers checking well...
Colin Paul Adams
colin@...
Send Email
Dec 9, 2003
5:13 am
1044
... Hash: SHA1 ... Status is that it does DTD, but can do all the parts of Relax NG too that I'm interested in :-) It works, I use it for everything. But there...
Berend de Boer
berenddeboer
Online Now Send Email
Dec 9, 2003
5:56 am
1045
Can "-g" (and some other) getest options be set in the corresponding geant task? Thanks, Alexander Kogtenkov...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Dec 31, 2003
12:02 pm
1046
... Not yet. I also noticed recently (after a discussion with Franck I think) that these options were missing in the corresponding geant task. I'll try to...
Eric Bezault
gobosoft
Offline Send Email
Jan 2, 2004
3:02 pm
1047
Bonjour/Hello ... This message in french is to announce the creation of a French Group for Eiffel users. The group's home page is at...
Jocelyn FIAT
djoce_net
Offline Send Email
Jan 24, 2004
9:43 am
1048
The MS linker link.exe needs some environment variables set to work properly. MS provides a batch file called vcvars32.bat to accomplish this. I can get geant...
Brian Heilig
heiligb
Offline Send Email
Jan 27, 2004
4:00 pm
1049
... I guess that this is because vcvars32.bat is executed in its own shell. This shell is exited at the end of the execution of vcvars32.bat. ... From geant I...
Eric Bezault
gobosoft
Offline Send Email
Jan 27, 2004
4:32 pm
1050
... In some OSes (e.g., Windows 2000) it can be done by <exec executable="vcvars32 && geant target_that_calls_linker" if="${GOBO_CC}=msc"/> Alexander Kogtenkov...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Jan 27, 2004
5:07 pm
1051
... On others (e.e. Linux) it can be archived by issuing <exec executable="source vcvars32; geant target_that_calls_linker" if="${GOBO_CC}=msc"/> Now, of...
Andreas Leitner
weisznet
Offline Send Email
Jan 27, 2004
6:15 pm
1052
... I just wrote a windows batch file: @echo off CALL vcvars32.bat getest.exe RD Testgen /S /Q DEL *.exe DEL *.ace Thanks for your help, Brian ...
Heilig, Brian
heiligb
Offline Send Email
Jan 27, 2004
7:28 pm
1053
Guys, I want to inherit from a class that I am testing so that I may have access to some of the internals. However the class that I am inheriting has a...
Brian Heilig
heiligb
Offline Send Email
Jan 27, 2004
8:52 pm
1054
________________________________________________________________________ Date: Tue, 27 Jan 2004 15:53:36 -0000 From: "Brian Heilig" <Brian.Heilig@...> ...
Greg Compestine
gmc444
Offline Send Email
Jan 27, 2004
9:51 pm
1055
... First, I don't think that it is a good idea to test a class by inheriting from it. But if you want to do that, then let see the next problem. The solution ...
Eric Bezault
gobosoft
Offline Send Email
Jan 28, 2004
12:42 am
1056
... I just took your advice and changed the test to a client-supplier relationship. Perhaps this isn't as useful as I thought it would be. Thanks! Brian...
Brian Heilig
heiligb
Offline Send Email
Jan 28, 2004
3:36 pm
1057
... I have added the following routine to TS_TEST_CASE and it will be committed to CVS in the coming days: feature -- Initialization initialize is --...
Eric Bezault
gobosoft
Offline Send Email
Jan 29, 2004
3:45 pm
1058
... I was thinking about the following names: generate (default: true) -> -g compile (default: true) -> -c execute (default: true) -> -e However 'compile' and...
Eric Bezault
gobosoft
Offline Send Email
Jan 29, 2004
4:11 pm
1059
... Hash: SHA1 ... I like these best. - -- Live long and prosper, Berend de Boer (PGP public key: http://www.pobox.com/~berend/berend-public-key.txt) ... ...
Berend de Boer
berenddeboer
Online Now Send Email
Jan 29, 2004
5:27 pm
1060
... Another alternative could be: no_generation (default: false) no_compilation (default: false) no execution (default: false) or: generation (default: true) ...
Eric Bezault
gobosoft
Offline Send Email
Jan 29, 2004
5:48 pm
Messages 1031 - 1060 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