"John C. Matese" <[EMAIL PROTECTED]> writes: > Hi All (and Jason - long-time; no-see),
Hey John! > I am working with someone else's code, trying to see if I can get it > to run on a more recent Xerces installation. > The code works fine using Xerces 1.7, but doesn't with a more updated > installation (MacOSX, Xerces-c is 2.3.0 and XML-Xerces is 2.3.0-4.). > > Here is the error: > No matching function for overloaded 'Attributes_getValue' at Yes, this waas a problem with the middle 2.3 series. There are two getValue() methods, but only one was made available in the API - and it was the wrong one. The best solution I can suggest is to upgrade to the 2.5 release. You won't be able to get it working with 2.3.0. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
