>If I remove any character from the string the cdata section is correctly
>generated and then subsequently printed (see program below), so it looks
>like a length error of some sort to me. Does anyone have any thoughts?
Perhaps the string needs to be null-terminated? I experienced a problem
between g++ versions on Linux, where one would make my program using Xerces go
fine, while the other would make every output string garbage. Turns out I
forgot to null-terminate some string, so one function kept grabbing everything
it found after the string...
--
<[ Kent Dahl ]>================<[ http://www.stud.ntnu.no/~kentda/ ]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]