You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Ro...@lotus.com on 2000/02/16 18:34:46 UTC

RE: Next release of Xalan? [C++]

The current C++ code in CVS for Xerces and Xalan compile and run fine
together on my machine (Win32/MSVC++), but only after I make the following
patch:

Add declaration and an empty implementation of "virtual void
resetErrors(void)" to XercesParserLiaison.hpp and XercesParserLiaison.cpp.


-Rob