Is there a document somewhere that describes in any detail what changes are needed in order to get Xalan to work with Xerces 1.7? Or will there be a new version of Xalan coming out soon that works with Xerces 1.7?
______________________________________ Aaron Scifres Software Engineer DeskNet, Inc. 66 Pearl St. Suite 300 Portland, ME 04101 (207) 772-1484 x16 http://www.desknetinc.com DeskNetAPS - Harness the Power of Your Content Alexei Dets <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [email protected] cc: 07/16/2002 12:54 Subject: Re: Newbie still trying to get xalan to build on linux PM On Tuesday 16 July 2002 11:59, [EMAIL PROTECTED] wrote: > Linux 2.4.7-10. > > Downloaded Xalan-C_1_3-linux.tar.gz; tar'd it to the disk; removed " > -instances=static" from Makefile.in; and started > following the Xalan-C++ Release Notes. Well into the build, I got the > following error: > > XercesParserLiaison/XercesAttrBridge.cpp: In method `bool > XercesAttrBridge::supports (const > XalanDOMString &, const XalanDOMString &) const': > XercesParserLiaison/XercesAttrBridge.cpp:271: no matching function for call > to `DOM_Attr::supports > (const DOMString, const DOMString) const' > > Thought I'd ask if anyone's has already seen (and fixed) this before I > start digging around in the code. > > Any help, suggestions, solutions, etc. appreciated. The problem is that you are trying to build Xalan-1.3 with Xerces-1.7 - this will not work. Either you should change (a bit) your Xalan-1.3 (as I remember you should replace supports() calls with isSupported() or smth. like this) or use Xalan from CVS. Or use Xerces-1.6. Regards, Alexei
