Hi,
        I am trying to Use Xalan-C on MacOSX with codewarrior 8.3.

        After making the FrameWork if I try to use the transform method of
XalanTranformer class, the crash occurs on the following line


        
XalanNamespacesStack::XalanNamespacesStackEntry::XalanNamespacesStackEntry(c
onst XalanNamespacesStackEntry& theSource) :
        m_namespaces(theSource.m_namespaces),
        m_position(m_namespaces.begin() +
(const_iterator(theSource.m_position) - theSource.m_namespaces.begin()))
        {
        }


The actual crash occurs in the MSL STL code. Could any one suggest me what
might be the reason.
Did any one tried to use Xalan-C on MacOSX?

Regards
Sanjay

Reply via email to