Hey James,
Thanks very much for the response. I'm definitely in favor of option
(2b).
First of all, I'm out of my league in this part of the code, so I'll
have to leave the writing to you. I'm more than happy to help test
whatever you'd like, tho. Second, the problem isn't very reliably
rep
[
http://issues.apache.org/jira/browse/XERCESC-1327?page=comments#action_57794 ]
cargilld commented on XERCESC-1327:
---
Robert,
Making this change will break source code compatibility which violates our
release policy (http://xml.apache.org/xerces-c/fa
Change all enum values from ALLCAPS to MixedCase
Key: XERCESC-1327
URL: http://issues.apache.org/jira/browse/XERCESC-1327
Project: Xerces-C++
Type: Bug
Components: Build
Versions: 2.6.0
Environment: All
Hi Chris,
Oops. I don't have any confirmation that UCCompareTextDefault is thread
safe, although my general impression through the years is that the
UnicodeConverter, in general, is...within certain guidelines.
But it sounds (and looks) like you've come up with a case where it
isn't. It looks l
I have an odd problem that I was wondering if anyone has seen before or
could maybe offer some input on.
I'm using xerces 2.6.0 on MacOS 10.3.7, and my application is
multi-threaded. There are two threads using xerces, each with its own
parser and associated data. I have seen a seg fault a co
Hi,
You need to turn validation on. Take a look at the samples or
documentation on the parser for more information.
Gareth
[EMAIL PROTECTED] wrote:
Hi, how can I validate a DTD?
Wich function can I use for this?
I didn't found the function for do this.
Thank you.
__