Hey Stephen, On 2/10/08, Stephen Collyer <[EMAIL PROTECTED]> wrote: > I am seeing Xerces throw SAXNotRecognizedException when I > try to set XMLUni::fgXercesSchemaExternalSchemaLocation in both > Win32 and Linux and Xerces 2.7 and 2.8 > > Is this feature not, in fact, supported ? >
I've only got the 3.0 code in front of me and it *is* supported in SAX2XMLReaderImpl.cpp::setProperty(). It shouldn't make a difference under Linux or Windows. I just check viewcvs at: http://svn.apache.org/viewvc/xerces/c/tags/Xerces-C_2_7_0/src/xercesc/parsers/SAX2XMLReaderImpl.cpp?revision=289502&view=markup and it looks like the code hasn't changed since 2.7.0, so it should work there as well. Maybe I'll let Alberto or someone else comment. Are you doing this through the C++ API or through the Perl API? Cheers, jas.
