You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Stan <sy...@oblix.com> on 2001/03/02 00:45:28 UTC

Configuring namespaces with SAX parser in Xalan 1.1

Hi,

    Xalan C++ 1.1 comes with Xerces C++ 1.4. In
XercesParserLiaison.cpp:595 (CreateSAXParser()),
there is a comment about not configuring namespace support because of
the age of the Xerces SAX
interface. Is this still valid ? I uncommented out the line and the
parser is now not parsing correctly. Is
there something else that I need to do to enable namespaces with the SAX
parser ? Thanks.

-Stan