Hi Bryan, Bryan Wilcox <[email protected]> writes:
> The problem occurs on a tester computer using a release build, so I > haven't been able to debug into the issue yet. The platform is > Windows Vista which is the same I am using to develop. Is there > any context for this error? Xerces-C++ couldn't open a file. It can either be the main document or something that it references, e.g., a schema or DTD file. > Is there some form of verbose debugging I can turn on to get more > information about the failure? No, I don't think there is such a mechanism. What you can do is provide your own entity resolver which handler file opening. Then you can capture as much additional information as you would like. 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]
