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...
... 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...
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...
... 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@...
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> 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@...
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@...
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...
... 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...
... 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...
... 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? ...
... 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). ...
... 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@...
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...
... 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...
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...
... 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...
... 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...
... 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...
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...
... 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 ...
... 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...
... 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 --...
... 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) ... ...
... Another alternative could be: no_generation (default: false) no_compilation (default: false) no execution (default: false) or: generation (default: true) ...