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
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
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
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]
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,
--- 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
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
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
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
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 -
10 matches
Mail list logo