> So, short answer, it is a feature. If someone else could point out any > errors in my code I'd appreciate it. The general idea is correct, I do not > know the finer points, and I think there is a function in the Xerces > libraries which is used instead of just internalizing everything. Don't > remember, its been a while.
Since you asked for it, > strOne.internalize(); it should be: "strOne=strOne.intern();" regards, -- Kohsuke Kawaguchi Sun Microsystems [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
