Hi Bryan, Bryan Wilcox <[email protected]> writes:
> I am seeing an error message come from our code that is using Xerces C > to parse an XML document. The error text reads "Fatal Error: Message: > unable to open primary document entity" and lists the file name of the > file we are trying to open. This error only occurs sporadically. I was > wondering if someone could tell me if there is anywhere I can find out > more about what might be the root cause of this error. You can try to set a breakpoint in the error handler and see what's going on up the stack. Also if you can create a small test case that reproduces this problem then I can take a look. BTW, which platform is it? Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
