David Bertoni wrote: > Stephen Collyer wrote: >> 1. I have a C++ application that targets both Linux/Unix >> and Win32. I'm using Xerces 2.7.0 in both Opensuse 10.3 and >> the Win32 environment. >> >> 2. I am setting XMLUni::fgXercesSchemaExternalSchemaLocation >> prior to parsing XML to allow the parser to locate a schema >> definition. The value passed to setProperty() is: >> >> "http://www.smpte-ra.org/schemas/2032-2/2007/MDP file:c:\tmp\mdp.xsd" > This is not a valid URL. Try: > > file:///c:/tmp/mdp.xsd
Thanks. That looks very likely to be the culprit. -- Regards Steve Collyer Netspinner Ltd
