> Why cant I do an import of the node ?

This is a Xalan-C++ question, not a Xerces-C question.  You are posting on 
the wrong list.

The crash is because you are not catching the appropriate exception that 
the Xalan-C++ wrapper class is throwing.  You cannot use the mutating 
functions of the Xalan-C++ wrapper class -- they throw exceptions to 
indicate they are not support.  Instead, you should:

1. Make the modifications through the Xerces-C DOM interfaces.

2. Destroy and rebuild the Xalan-C++ wrapper class once you've made all of 
the necessary modifications.

Please post any follow-up questions on Xalan-C user list.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to