Re: No matching function for overloaded 'Attributes_getValue'
[email protected] (Jason E. Stewart) Fri, 24 Sep 2004 20:06:41 +0530
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
"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.