Re: R: BU/SoftMHH ist im Urlaub

2001-09-03 Thread Juergen Hermann
On Mon, 3 Sep 2001 15:35:09 +0200, Cristian Landini wrote: >please do not write me! > >-Messaggio originale- >Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Inviato: lunedì 3 settembre 2001 15.14 >A: [EMAIL PROTECTED] >Oggetto: BU/SoftMHH ist im Urlaub > > >Ich werde ab 03.0

Re: Problems with &#xxx characters...

2000-04-03 Thread Juergen Hermann
On Sun, 02 Apr 2000 17:29:18 +0200, Alexandre Gfeller wrote: >řřasdsaSDř > >The problem is, that I only get the first ř back, the >rest of the line is ignored. You need to give _a little_ more info, like what parser you use, on what system, etc. If you use SAX, that behaviour is normal, you get F

Re: Problems with Latin-1 chars

2000-03-27 Thread Juergen Hermann
On Mon, 27 Mar 2000 12:55:34 +0100, Juergen Hermann wrote: >I have the following problem using the xerces-c_1_1_0-linux binary >distribution: And I've found the solution. I did not initialize the locale as in the following code, resulting in "-1" returns from wcstombs(). The

Problems with Latin-1 chars

2000-03-27 Thread Juergen Hermann
Hi! I have the following problem using the xerces-c_1_1_0-linux binary distribution: > DOMPrint umlaut.xml "" > cat umlaut.xml "äöüÄÖÜß" Note the missing umlauts. I have the same effect in my code, and everything works fine on Win32. Ciao, Jürgen -- Jürgen Hermann ([EMAIL PROTECTED]

Re: Strange way to handle white spaces during parsing

2000-03-22 Thread Juergen Hermann
On Wed, 22 Mar 2000 14:42:46 +0100, Jean-Christophe Broudin wrote: [counting whitespace nodes] > Isn't it weird? No. > Is it the normal behavior? Yes. > Is there a means to disable this, and have an IE-5.0-like > behaviour? Yes. Write and use a DTD,

Doc bug in faq-parse.xml

2000-03-10 Thread Juergen Hermann
--- faq-parse.xml 2000/02/19 00:57:15 1.6 +++ faq-parse.xml 2000/03/10 15:30:59 @@ -520,14 +520,15 @@ XML data because it is not widely recoginized by other XML processing tools. If you are using a Windows based editing tool to generate XML, check whic

RE: BaseMarkupSerializer/XMLSerializer - C++ Anyone ?

2000-03-09 Thread Juergen Hermann
On Wed, 8 Mar 2000 10:54:07 -0800, James Fowler wrote: >architecture. It is also sometimes a little top-heavy in implementation. >For raw, low level "byte" oriented I/O, it is sometimes better to use a >simpler class as described above, and then optionally wrap an ostream around >it where the for

Re: BaseMarkupSerializer/XMLSerializer - C++ Anyone ?

2000-03-08 Thread Juergen Hermann
On Tue, 7 Mar 2000 11:14:27 -0800, David A. Lee wrote: >class OutputStream >{ >public: >virtual int WriteBytes( XMLCh* , int n) = 0; >}; > >should be sufficient shouldnt it ? Would say so, but I'd add a default ostream wrapper to it, since that would cover 90% of everyday streaming (and i

Re: bug swatting: -1 assigned to array of unsigned int

2000-03-08 Thread Juergen Hermann
On Tue, 7 Mar 2000 11:35:54 -0700, [EMAIL PROTECTED] wrote: >As the comments clearly state, its using -1 to represent an unused entry, >which the compiler turns into an 'all ones' regardless of the size of the >target unsigned value. ~0U is the same and of the correct type. Maybe use that? Ciao

xml-xerces build on Linux

2000-03-02 Thread Juergen Hermann
Hi! I encountered the following problems with my (eventually successful) build... Environment: Linux 2.0.36 (Suse 6.1, glibc 2.0) egcs-2.91.60 Files that I needed to change: src/runConfigure src/util/Platforms/Linux/LinuxPlatformUtils.cpp --- src build -